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 ace0e75 commit 1560d96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
shell: bash
- name: Version bump
run: |
npm install -g grunt-cli
if ! [ -x "$(command -v grunt)" ]; then
npm install -g grunt-cli
fi
grunt bump:patch
- name: Build project
shell: 'bash'
Expand Down

0 comments on commit 1560d96

Please sign in to comment.