Skip to content

Commit 9840446

Browse files
author
Mark Molinaro
authored
Update publish.yml
1 parent 8f4feed commit 9840446

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
@@ -12,9 +12,10 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 12
15+
registry-url: 'https://registry.npmjs.org'
1516
- run: yarn --frozen-lockfile
1617
- run: yarn build
1718
- run: npm publish
1819
env:
19-
NPM_AUTH_TOKEN: ${{secrets.npm_token}}
20+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2021

0 commit comments

Comments
 (0)