Skip to content

Commit

Permalink
Update npm package (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim authored Jul 3, 2023
1 parent d2aa6b1 commit b772a49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish Package to npmjs
on:
workflow_dispatch:
release:
types: [published]
jobs:
Expand All @@ -14,4 +15,4 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b772a49

Please sign in to comment.