Skip to content

Commit 5ac72f0

Browse files
authored
Update npmpublish.yml (#1296)
1 parent 58016d3 commit 5ac72f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
registry-url: https://registry.npmjs.org/
1717
- run: |
1818
npm install
19-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
19+
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_API_LIBRARY_TOKEN }}" > .npmrc
2020
npm run build
2121
npm publish
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.USER_GITHUB_TOKEN }}
24-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
24+
NODE_AUTH_TOKEN: ${{secrets.NPM_API_LIBRARY_TOKEN}}

0 commit comments

Comments
 (0)