Skip to content

Commit

Permalink
ci: fix semver autotag
Browse files Browse the repository at this point in the history
  • Loading branch information
Gornak40 committed Oct 20, 2024
1 parent 46b1317 commit 6af98af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
git config --global user.email "noreply@algolymp.ru"
MESSAGE=$(git log -1 --pretty=%B)
git tag $VERSION -m $MESSAGE
git push origin $VERSION
git tag -a $VERSION -m $MESSAGE
git push origin --tags

0 comments on commit 6af98af

Please sign in to comment.