Update npm-publish.yml

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-07-15 11:05:23 +05:30 committed by GitHub
parent ba3978476e
commit 0e02695e89
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}}