Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 13, 2024
1 parent fc7cabd commit 27ebbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/commit-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
- run: |
git add -A
git commit -m "v$VERSION"
git tag "v$VERSION"
git tag "v$VERSION" -m "v$VERSION"
git push --follow-tags
shell: bash
env:
Expand Down

0 comments on commit 27ebbc7

Please sign in to comment.