We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed38aa6 commit 4ef5461Copy full SHA for 4ef5461
1 file changed
.github/workflows/auto-tag.yml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
tag:
13
name: Create release tag
14
- if: startsWith(github.event.head_commit.message, 'chore: release v')
+ if: "startsWith(github.event.head_commit.message, 'chore: release v')"
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
0 commit comments