Skip to content

Release v0.25.0

Choose a tag to compare

@github-actions github-actions released this 22 Oct 00:57
· 94 commits to main since this release
  • debug: verify repository URL before publish
  • feat: upgrade npm to latest version before publishing
  • fix: use simple npm publish with provenance
  • feat: add npm authentication setup to publish workflow
  • fix: remove registry-url from setup-node for OIDC
  • fix: simplify publish workflow for OIDC
  • fix: configure publish workflow for OIDC authentication
  • debug: test OIDC auth without provenance and check for 403 errors
  • debug: add OIDC context debugging
  • debug: add verbose npm logging to diagnose OIDC authentication
  • fix: remove NODE_AUTH_TOKEN - must use OIDC only
  • debug: add npm config debugging to diagnose OIDC auth issue
  • fix: add NODE_AUTH_TOKEN env var for npm authentication
  • refactor: use npm pkg set for version update
  • fix: use npm directly for publish to fix OIDC authentication