Skip to content

Commit b26458a

Browse files
authored
Update npm-publish-github-packages.yml
1 parent 59110c5 commit b26458a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- uses: actions/setup-node@v3
2929
with:
3030
node-version: 16
31-
registry-url: https://npm.pkg.github.com/
31+
registry-url: https://registry.npmjs.org
3232
- run: npm ci
3333
- run: npm publish
3434
env:
35-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
35+
NODE_AUTH_TOKEN: ${{secrets.NPM}}

0 commit comments

Comments
 (0)