Skip to content

Commit

Permalink
Force create tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Sep 19, 2023
1 parent 622d660 commit 493f208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/finalize-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "Creating release tag v$version"
git tag -a v$version -m "Release v$version"
git push origin v$version
git push -f origin v$version
- name: Finalize release
env:
Expand Down

0 comments on commit 493f208

Please sign in to comment.