Skip to content

Commit 1b84b0c

Browse files
committed
Force push the tag
1 parent 76da3d3 commit 1b84b0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,8 @@ 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
254253
git tag -f "$VERSION"
255-
git push origin --tags
254+
git push origin --tags --force
256255
257256
- name: Create traditional release archives
258257
run: |

0 commit comments

Comments
 (0)