Skip to content

Commit

Permalink
build: add npm publish step to release workflow (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored Jun 7, 2022
1 parent 4831462 commit a2bb9c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ jobs:
- name: Create Release
run: |
gh release create ${{ github.event.inputs.version }} -t ${{ github.event.inputs.version }}
- name: Publish to npm
run: npm publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit a2bb9c6

Please sign in to comment.