Skip to content

Commit

Permalink
chore(ci): use NPM TOKEN to version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
venikx authored Sep 30, 2021
1 parent 99eeee6 commit d3a28d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

- name: Setting the Version based on the tag
run: npm version ${{ github.event.release.tag_name }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish to NPM Registry
run: npm publish --access public
Expand Down

0 comments on commit d3a28d1

Please sign in to comment.