We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c7eaf commit 49b1bd7Copy full SHA for 49b1bd7
1 file changed
.github/workflows/finalize-release.yml
@@ -47,7 +47,7 @@ jobs:
47
echo "Creating release tag v$version"
48
49
git tag -a v$version -m "Release v$version"
50
- git push origin v$version
+ git push -f origin v$version
51
52
- name: Finalize release
53
env:
0 commit comments