Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Dec 18, 2022
1 parent e6550b8 commit 50985fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/release.py
Expand Up @@ -27,7 +27,7 @@ def main(version_str: str) -> None:
finally:
print("checkout main to new release and delete release branch")
repo.heads.main.checkout()
repo.delete_head(release_branch)
repo.delete_head(release_branch, force=True)
upstream.fetch()
repo.git.reset("--hard upstream/main")
print("All done! ✨ 🍰 ✨")
Expand Down

0 comments on commit 50985fe

Please sign in to comment.