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 080d915 commit da5724c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,9 @@ jobs:
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- uses: actions/setup-node@v4
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
registry-url: https://registry.npmjs.org/
- run: bun i
- run: bun run build
- run: npm publish
- run: bun publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit da5724c

Please sign in to comment.