Skip to content

Commit

Permalink
ci: finally fix semver ;) (#16)
Browse files Browse the repository at this point in the history
* ci: finally fix semver again

* test: skipped message
  • Loading branch information
Gornak40 authored Oct 20, 2024
1 parent 9e1fd69 commit 75f28b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ 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 75f28b7

Please sign in to comment.