Skip to content

Commit 29ea327

Browse files
author
Philipp Molitor
authored
Merge pull request #14 from PhilippMolitor/dev
release 2020.1.0 (fix-1)
2 parents 7be81d4 + 7439617 commit 29ea327

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-npmjs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- released
77

88
jobs:
9-
test:
9+
publish:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
@@ -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)