Skip to content

Commit 86460c7

Browse files
committed
fix: Update workflow condition
1 parent a14ad8c commit 86460c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: pnpm install
3333
- name: Release
34-
if: !startsWith(github.event.head_commit.message, 'chore(release):')
34+
if: ${{ !startsWith(github.event.head_commit.message, 'chore(release):') }}
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GIT_PAT }}
3737
GIT_AUTHOR_NAME: ${{ vars.GIT_NAME }}

0 commit comments

Comments
 (0)