Skip to content

Commit

Permalink
fix: testing skip release env variable 5 [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatist-ban committed Mar 14, 2024
1 parent 0480296 commit f7cf146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: ${{ env.DEBUG_MODE == 'true' }}
run: |
echo "COMMIT_LAST_MESSAGE: ${{ github.event.head_commit.message }}"
echo "${{ contains(github.event.head_commit.message, [ [skip ci], [ci skip], [skip actions], [skip release], [actions skip] ]) }}""
echo "${{ contains(github.event.head_commit.message, [ ['skip ci'], ['ci skip'], ['skip actions'], ['skip release'], ['actions skip'] ]) }}""
echo "SKIP_RELEASE: ${{ env.SKIP_RELEASE }}"
# - name: Setup Node.js
Expand Down

0 comments on commit f7cf146

Please sign in to comment.