Skip to content

Commit

Permalink
ci: finally fix semver again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gornak40 committed Oct 20, 2024
1 parent 9e1fd69 commit 9fa1600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
MESSAGE=$(git log -1 --pretty=%s)
echo "Tag message: $MESSAGE"
git tag -a $VERSION -m $MESSAGE
git tag -a "$VERSION" -m "$MESSAGE"
git push origin --tags

0 comments on commit 9fa1600

Please sign in to comment.