Skip to content

Commit 49b1bd7

Browse files
committed
Force create tag
1 parent b9c7eaf commit 49b1bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/finalize-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "Creating release tag v$version"
4848
4949
git tag -a v$version -m "Release v$version"
50-
git push origin v$version
50+
git push -f origin v$version
5151
5252
- name: Finalize release
5353
env:

0 commit comments

Comments
 (0)