Skip to content

Commit

Permalink
chore: add escape [
Browse files Browse the repository at this point in the history
  • Loading branch information
Gornak40 committed Oct 20, 2024
1 parent 7ae0da0 commit 137e478
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
run: |
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)
echo "Tag message: $MESSAGE"
git tag -a $VERSION -m $MESSAGE
Expand Down

0 comments on commit 137e478

Please sign in to comment.