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 a14ad8c commit 86460c7Copy full SHA for 86460c7
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: pnpm install
33
- name: Release
34
- if: !startsWith(github.event.head_commit.message, 'chore(release):')
+ if: ${{ !startsWith(github.event.head_commit.message, 'chore(release):') }}
35
env:
36
GITHUB_TOKEN: ${{ secrets.GIT_PAT }}
37
GIT_AUTHOR_NAME: ${{ vars.GIT_NAME }}
0 commit comments