Skip to content

Commit

Permalink
chore: replace contains -> startsWith (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Aug 16, 2024
1 parent 005cdd4 commit a9aa3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, '~ v')"
if: startsWith(github.event.head_commit.message, '~ v')
permissions:
id-token: write

Expand Down

0 comments on commit a9aa3f1

Please sign in to comment.