Skip to content

Commit

Permalink
ci: use npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Nov 10, 2024
1 parent 85b5294 commit 9664d66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: bun i
- run: bun run build
- run: bun publish
- run: cat .npmrc && cat bunfig.toml
- run: bunx npm publish
env:
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9664d66

Please sign in to comment.