You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): add manual re-publish for existing draft releases
When a release build succeeds but signing/publishing fails, re-running
the workflow doesn't help because GitHub Actions re-runs use the original
commit SHA, not the latest main.
Add a `tag` input to workflow_dispatch so you can manually trigger
sign + publish + homebrew + APT for an existing draft release:
Actions → Release → Run workflow → tag: v0.1.1
The workflow validates the release exists and has assets before proceeding.
When tag is empty, the normal release-please flow runs unchanged.
Signed-off-by: Claude <noreply@anthropic.com>
https://claude.ai/code/session_01YSiCTG5xhX1fqNV4Vee5PX
Signed-off-by: Claude <noreply@anthropic.com>
0 commit comments