Skip to content

Commit

Permalink
ci(github): fix the workflow on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Dec 17, 2024
1 parent 6fb7a20 commit e654d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
--build \
--squash \
--push \
--tag ${{ github.sha }} \
--tag ${{ steps.tag_version.outputs.new_tag }} \
--delete
- name: Update README
Expand Down

0 comments on commit e654d5e

Please sign in to comment.