Skip to content

publish: un-draft an existing release on idempotent re-run - #26

Merged
ronaldtse merged 2 commits into
mainfrom
fix/seq-labels-tear
Aug 22, 2026
Merged

publish: un-draft an existing release on idempotent re-run#26
ronaldtse merged 2 commits into
mainfrom
fix/seq-labels-tear

Conversation

@ronaldtse

Copy link
Copy Markdown
Contributor

Summary

  • gh release create that dies mid-upload leaves the release as a draft with partial assets; the idempotent re-run branch re-uploads and edits notes but never published it (heb-diac-small-1.0 hit this)
  • un-draft in the existing-release path

Test plan

  • CI green

Ronald Tse added 2 commits August 22, 2026 16:58
gh release create that dies mid-upload leaves the release as a draft
with partial/no assets; the existing-release branch re-uploads and
edits notes but never published it. heb-diac-small hit this today.
Failed identically on tha-g2p-small and heb-diac-small: the pr create
right after push -u exits 1; a manual retry a minute later succeeds.
Three attempts with -R and 20s spacing.
@ronaldtse
ronaldtse merged commit 31dedfe into mainAug 22, 2026
10 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ronaldtse