We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8a2e2 commit 759de82Copy full SHA for 759de82
.github/workflows/finalize-release.yml
@@ -56,7 +56,7 @@ jobs:
56
echo "Creating release tag v$version"
57
58
git tag -f -a v$version -m "Release v$version"
59
- git push --force-with-lease origin v$version
+ git push --force origin v$version
60
61
- name: Finalize release
62
env:
0 commit comments