forked from Solo-Web-Works/Projects-Portfolio
Make release creation idempotent (lookup existing release by tag first)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user