Skip to content

Commit

Permalink
update env (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal authored Mar 21, 2024
1 parent ca86a5a commit 56bf729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
echo -e "//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}" > ~/.npmrc
- name: Install semver utility
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
run: pnpm install -g [email protected]

# Note - this is not required but it gives a clean failure prior to attempting a release if the GH workflow runner is not authenticated with NPMjs.com
Expand Down

0 comments on commit 56bf729

Please sign in to comment.