Skip to content

Commit 859033e

Browse files
committed
Set registry-url
1 parent 17bd3a6 commit 859033e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- uses: actions/setup-node@v1
2626
with:
2727
node-version: 12
28+
registry-url: 'https://registry.npmjs.org'
2829
- run: npm ci
2930
- run: npm publish --access public
3031
env:
31-
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
32+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)