Skip to content

Commit

Permalink
Update build_and_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Jud committed May 15, 2024
1 parent abac35d commit ace0e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
run: git fetch --prune --prune-tags --unshallow --tags --force
- name: Check for Version Bump
run: |
if [[ ${{github.event.head_commit.message}} == *"Version Bump"* ]]; then
echo "Version Bump"
if [[ "${{github.event.head_commit.message}}" == *"Version Bump"* ]]; then
echo "Version Bump detected"
exit 1
fi
- name: Use Node.js 18.18.2
Expand Down

0 comments on commit ace0e75

Please sign in to comment.