Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Apr 25, 2022
1 parent 8386ba7 commit 710cf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
git commit -m "Release RELEASE_VERSION"
git tag -a "$RELEASE_VERSION" --force
git tag -a "$RELEASE_VERSION" -m "Release $RELEASE_VERSION" --force
git push --follow-tags --force
- name: Test
Expand Down

0 comments on commit 710cf58

Please sign in to comment.