Skip to content

Commit 4ef5461

Browse files
authored
fix(ci): quote auto-tag if expression to avoid YAML parse error (#123)
1 parent ed38aa6 commit 4ef5461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
tag:
1313
name: Create release tag
14-
if: startsWith(github.event.head_commit.message, 'chore: release v')
14+
if: "startsWith(github.event.head_commit.message, 'chore: release v')"
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

0 commit comments

Comments
 (0)