Update npmpublish.yml

This commit is contained in:
Josh Johnson 2019-10-15 08:53:50 +01:00 committed by GitHub
parent b8f5bd1680
commit bb0736e8fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ jobs:
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
- run: npm publish - run: npm publish
env: env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}} NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
publish-gpr: publish-gpr:
needs: build needs: build