Skip to content

Commit

Permalink
feat: automatically publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
okaufmann committed Oct 21, 2023
1 parent 3749574 commit f1f4f62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,10 @@ jobs:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}

- name: Publish
uses: JS-DevTools/npm-publish@v3
if: ${{ steps.changelog.outputs.skipped == 'false' }}
with:
access: public
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit f1f4f62

Please sign in to comment.