Skip to content

v0.4.14

Choose a tag to compare

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

fix(ci): revert _authToken strip — empty token IS the OIDC trigger

Stripping the _authToken line from .npmrc causes ENEEDAUTH because npm
needs the empty ${NODE_AUTH_TOKEN} reference to detect "no static token
present" and fall through to the OIDC trusted-publishing exchange.
The real fix was the trusted publisher config (no env restriction, Publish
action checked).

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