Skip to content

Commit

Permalink
Merge pull request #28 from dammy001/dammy001-patch-2
Browse files Browse the repository at this point in the history
Update npm-publish.yml
  • Loading branch information
dammy001 authored Jan 3, 2022
2 parents 2305ce7 + 4f5e9ac commit 14f8398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm version ${{ github.event.release.tag_name }}
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 14f8398

Please sign in to comment.