Skip to content

Commit

Permalink
ci: fix semver autotag again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gornak40 committed Oct 20, 2024
1 parent 107d15c commit 7ae0da0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
run: |
VERSION=$(./scripts/semver.sh)
echo "Project version: $VERSION"
git config --global user.name "Gornak40[bot]"
git config --global user.email "noreply@algolymp.ru"
MESSAGE=$(git log -1 --pretty=%B)
echo "Tag message: $MESSAGE"
git tag -a $VERSION -m $MESSAGE
git push origin --tags

0 comments on commit 7ae0da0

Please sign in to comment.