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 c958bc9 commit b365892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/release.py
Expand Up @@ -29,7 +29,7 @@ def main(version_str: str) -> None:
repo.heads.main.checkout()
repo.delete_head(release_branch, force=True)
upstream.fetch()
repo.git.reset("--hard upstream/main")
repo.git.reset("--hard", "upstream/main")
print("All done! ✨ 🍰 ✨")


Expand Down

0 comments on commit b365892

Please sign in to comment.