Skip to content

v1.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Feb 11:26
· 0 commits to main since this release

Minor Changes

  • #564 935fe87 Thanks @Andarist! - Automatically use the GitHub-provided token to allow most users to avoid explicit GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} configuration.

Patch Changes

  • #545 54220dd Thanks @ryanbas21! - The .npmrc generation now intelligently handles both traditional NPM token authentication and trusted publishing scenarios by only appending the auth token when NPM_TOKEN is defined. This prevents 'undefined' from being written to the registry configuration when using OIDC tokens from GitHub Actions trusted publishing.

  • #563 6af4a7e Thanks @Andarist! - Don't error on already committed symlinks and executables that stay untouched