Skip to content

Commit b365892

Browse files
committed
Fix release
Signed-off-by: Bernát Gábor <[email protected]>
1 parent c958bc9 commit b365892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def main(version_str: str) -> None:
2929
repo.heads.main.checkout()
3030
repo.delete_head(release_branch, force=True)
3131
upstream.fetch()
32-
repo.git.reset("--hard upstream/main")
32+
repo.git.reset("--hard", "upstream/main")
3333
print("All done! ✨ 🍰 ✨")
3434

3535

0 commit comments

Comments
 (0)