Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 26, 2023
1 parent 6ecb797 commit 164188e
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 @@ -41,7 +41,7 @@ jobs:
# https://github.com/softprops/action-gh-release/issues/171
run: |
if [[ $RELEASE_TAG != v* ]]; then
echo "try removing mutalbe tag $RELEASE_TAG"
echo "moving mutalbe tag $RELEASE_TAG to $GITHUB_SHA"
git tag -f $RELEASE_TAG
git push -f origin $RELEASE_TAG:refs/tags/$RELEASE_TAG
fi
Expand Down

0 comments on commit 164188e

Please sign in to comment.