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
ci: idempotent publish — skip if version already on registry
Adds a 'Skip if already published' guard before each publish step in
publish-npm and publish-gpr. Re-running the same tag (after a fix or
partial failure downstream) is now a no-op for already-published
versions, instead of erroring with E403/E409.
Also: github-release tag_name now honors workflow_dispatch input so
manual re-runs target the right tag (was using github.ref_name which
is 'main' for dispatch).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments