Skip to content

Commit

Permalink
fix(ops): release tagging upon merge
Browse files Browse the repository at this point in the history
Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Mar 6, 2024
1 parent 02f2179 commit 033a261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
## Tag a release (if the commit looks like one)
tag-release:
runs-on: ubuntu-latest
if: startsWith(github.event.pull_request.title, 'release:')
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'release:')
permissions:
contents: write
steps:
Expand Down

0 comments on commit 033a261

Please sign in to comment.