2 parents e3024cc + d2bfed4 commit 4fc9829Copy full SHA for 4fc9829
1 file changed
.github/workflows/post-merge.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
update-version:
10
runs-on: ubuntu-latest
11
- if: ${{ github.actor != 'github-actions[bot]' && !contains(github.event.head_commit.message, 'chore: release version') }}
+ if: "${{ github.actor != 'github-actions[bot]' && !contains(github.event.head_commit.message, 'chore: release version') }}"
12
13
steps:
14
- name: Checkout repository
0 commit comments