Update npm-publish.yml

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-07-15 11:11:57 +05:30 committed by GitHub
parent 840f9053f0
commit 841fadd368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
# - run: npm ci
- run: npm ci
- run: npm test
publish-npm:
@ -27,7 +27,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
# - run: npm ci
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}