Skip to content

Commit 7439617

Browse files
author
Philipp Molitor
committed
fix publish action
1 parent 0525574 commit 7439617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-npmjs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-node@v1
2020
with:
2121
node-version: ${{ matrix.node-version }}
22+
registry-url: 'https://registry.npmjs.org'
2223

2324
- name: cache node_modules
2425
uses: actions/cache@v2
@@ -31,4 +32,4 @@ jobs:
3132
- run: yarn build
3233
- run: yarn publish --access public
3334
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}

0 commit comments

Comments
 (0)