Skip to content

v0.4.8

Choose a tag to compare

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

fix(ci): move npm stage publish into environment-scoped job

The OIDC token for npm trusted publishing must carry the environment
claim. Running npm stage publish in a job without environment: npm-publish
produced E401 even with the trusted publisher configured. Moving it into
the npm-approve job (which declares the environment) fixes the claim.

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