Skip to content

Commit

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

0 comments on commit 42b9401

Please sign in to comment.