Skip to content

Commit

Permalink
chore: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Oct 29, 2020
1 parent 1bb4db6 commit 33547fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:

- name: NPM Publish
run: npm publish --tag $NPM_TAG
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # 0301...

- name: Github Release
env:
Expand Down

0 comments on commit 33547fd

Please sign in to comment.