Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 27, 2023
1 parent f829555 commit ec40a8e
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 @@ -44,7 +44,7 @@ jobs:
echo "mutalbe tag $RELEASE_TAG exists and matchs $GITHUB_SHA"
echo "MOVED_MUTABLE_TAG=false" >> $GITHUB_ENV
else
git tag -f $RELEASE_TAG
git tag -f $RELEASE_TAG $GITHUB_SHA
git push -f origin $RELEASE_TAG:refs/tags/$RELEASE_TAG
echo "created/moved mutalbe tag $RELEASE_TAG to $GITHUB_SHA"
echo "MOVED_MUTABLE_TAG=true" >> $GITHUB_ENV
Expand Down

0 comments on commit ec40a8e

Please sign in to comment.