Make release creation idempotent (lookup existing release by tag first)

This commit is contained in:
Keith Solomon
2026-08-11 13:46:16 -05:00
parent 3bae89a203
commit c98e46437e
2 changed files with 37 additions and 13 deletions
+2
View File
@@ -71,6 +71,8 @@ def main() -> int:
return extract_field("id")
if cmd == "extract-upload-url":
return extract_field("upload_url")
if cmd == "extract-tag":
return extract_field("tag_name")
return usage()