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: robust npm publish (NPM_TOKEN automation token or OIDC fallback)
Publishing is now done by scripts/release-publish.sh: it uses an NPM_TOKEN automation
token when the secret is set (bypasses 2FA; fatal on failure), and otherwise attempts
OIDC trusted publishing, skipping with a warning if it is not configured so the binary
release never fails. Pass NPM_TOKEN through the release job; bump CI node to 22. See
RELEASING.md.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>