Skip to content

Commit

Permalink
馃Чchore: create github release on npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Sep 17, 2023
1 parent 8a4f53c commit 26b3a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Create Release
run: gh release create ${GITHUB_REF#refs/*/} --generate-notes
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 26b3a9f

Please sign in to comment.