Skip to content

Commit

Permalink
chore: enable tagged release
Browse files Browse the repository at this point in the history
  • Loading branch information
svidgen committed Oct 11, 2023
1 parent 6d5afce commit 105e3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-preid-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches:
# Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on
- feat/example-preid-branch/main
- api-v6-rebase-2023-10-11

jobs:
e2e:
Expand All @@ -35,4 +35,4 @@ jobs:
# The preid should be detected from the branch name recommending feat/{PREID}/whatever as branch naming pattern
# if your branch doesn't follow this pattern, you can override it here for your branch.
with:
preid: ${{ needs.parse-preid.outputs.preid }}
preid: api-v6-rebase-2023-10-11

0 comments on commit 105e3e7

Please sign in to comment.