Skip to content

v0.4.12

Choose a tag to compare

@github-actions github-actions released this 29 Jun 17:30
Immutable release. Only release title and notes can be modified.
v0.4.12

fix(ci): remove registry-url from npm job to fix OIDC auth

actions/setup-node with registry-url injects NODE_AUTH_TOKEN into .npmrc,
which conflicts with the OIDC token exchange npm trusted publishing uses.
Removing registry-url lets npm handle auth entirely via OIDC.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com