Skip to content

Commit 759de82

Browse files
committed
Force push tag
1 parent 8c8a2e2 commit 759de82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/finalize-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "Creating release tag v$version"
5757
5858
git tag -f -a v$version -m "Release v$version"
59-
git push --force-with-lease origin v$version
59+
git push --force origin v$version
6060
6161
- name: Finalize release
6262
env:

0 commit comments

Comments
 (0)