Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeicor committed May 29, 2022
1 parent 35fa4f0 commit 33b7b4f
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 @@ -31,7 +31,7 @@ jobs:
git config --global user.name "Yeicor"
if git commit -am "Update Cargo.toml to version ${VERSION:1} (automatic)"; then
# Move the tag to the new commit
git tag -f -a $VERSION
git tag -f -a "$VERSION" -m "$VERSION"
git push -f --tags # Force push the tag to GitHub
# The tag move will trigger a new workflow, so stop this one
echo -e "\n::set-output name=CANCEL_WORKFLOW::true"
Expand Down

0 comments on commit 33b7b4f

Please sign in to comment.