Skip to content

Commit

Permalink
Add release action (#24)
Browse files Browse the repository at this point in the history
feat: add release action

Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita authored Apr 13, 2023
1 parent 5d62a20 commit 190f6bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true

0 comments on commit 190f6bb

Please sign in to comment.