Update nodejs.yml

This commit is contained in:
Francisco Hodge 2019-08-26 22:07:33 -04:00 committed by GitHub
parent d8ec56bfd0
commit 5185977bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,11 +40,9 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: |
npm install
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: npm install && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
publish-gpr:
needs: build
@ -56,9 +54,7 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@hodgef'
- run: |
npm install
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}
- run: npm install && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}