Skip to content

Commit 76da3d3

Browse files
committed
Get rid of the remote tag before changing it
1 parent 2c494c9 commit 76da3d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ jobs:
250250
git push origin "$RELEASE_BRANCH"
251251
252252
# Update the release tag to point to this commit
253+
git push origin :refs/tags/$VERSION
253254
git tag -f "$VERSION"
254255
git push origin --tags
255256

0 commit comments

Comments
 (0)