Skip to content

Commit

Permalink
ci: finally fix semver (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gornak40 authored Oct 20, 2024
1 parent fd9f527 commit 9e1fd69
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 @@ -17,10 +17,10 @@ jobs:
VERSION=$(./scripts/semver.sh)
echo "Project version: $VERSION"
git config --global user.name "Gornak40\[bot\]"
git config --global user.name "Gornak40[bot]"
git config --global user.email "noreply@algolymp.ru"
MESSAGE=$(git log -1 --pretty=%B)
MESSAGE=$(git log -1 --pretty=%s)
echo "Tag message: $MESSAGE"
git tag -a $VERSION -m $MESSAGE
git push origin --tags

0 comments on commit 9e1fd69

Please sign in to comment.