Skip to content

Commit

Permalink
feat: run npm publish on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe-gsilva committed Oct 14, 2024
1 parent 808f910 commit 86d98db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- name: npm release
run: |
npm ci && \
npm run lib
npm run prod:lib
- uses: JS-DevTools/[email protected]
with:
token: ${{ secrets.NPM_TOKEN }}
# TODO
- name: npm publish
run: npm publish

0 comments on commit 86d98db

Please sign in to comment.