Skip to content

Commit

Permalink
fix: remove verify-tag flag from create release cmd (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl authored Oct 18, 2023
1 parent 69eb40d commit b2418d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/scripts/do_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def make_release(current_version: Version) -> None:
"""Make release on Github."""
subprocess.check_call(
f"""gh release create v{current_version} --title "v{current_version}"
--generate-notes --latest --verify-tag """,
--generate-notes --latest""",
shell=True,
)

Expand Down

0 comments on commit b2418d1

Please sign in to comment.