Skip to content

Commit

Permalink
npm auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
raon0211 committed May 31, 2024
1 parent fc0d0e2 commit adb87df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
github.event_name == 'push'
run: |
set -ex
echo "$NPM_AUTH_TOKEN"
npm config set //registry.npmjs.org/:_authToken "$NPM_AUTH_TOKEN"
npm whoami
if [[ "$GITHUB_REF_TYPE" = "tag" ]]; then
Expand Down

0 comments on commit adb87df

Please sign in to comment.