Skip to content

Commit

Permalink
ci(workflows/publish): add Pack package step
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Jun 16, 2024
1 parent 3797b33 commit c25b175
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 @@ -35,6 +35,9 @@ jobs:
- name: Clean up package.json
run: bun run clean-pakage-json

- name: Pack package
run: npm pack

- name: Publish package
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit c25b175

Please sign in to comment.