Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 21:30
6e08e63
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>