We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d73998 commit 84c72b6Copy full SHA for 84c72b6
.github/workflows/deploy.yml
@@ -48,8 +48,8 @@ jobs:
48
git config --list
49
- name: Authenticate with Registry
50
run: |
51
- echo "registry=https://registry.npmjs.org/" >> .npmrc
52
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
+ npm config set registry https://registry.npmjs.org/
+ npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
53
npm whoami
54
env:
55
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments