Skip to content

Commit

Permalink
ci: update publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellisario committed Jun 23, 2024
1 parent 3eecd46 commit 97ed6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: 'bun run build:lib'

- name: Publish to NPM
run: 'bunx @morlay/bunpublish'
run: 'bunx npm publish --provenance'
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 97ed6a7

Please sign in to comment.