Skip to content

Commit d91fcb5

Browse files
committed
Use npmjs registry in publish action.
1 parent 7dcd4e6 commit d91fcb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 12.x
15+
registry-url: https://registry.npmjs.org/
1516
- run: npm publish --access public
1617
env:
17-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
18+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)