Skip to content

Commit

Permalink
ci: drop registry url and fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Nov 10, 2024
1 parent 7fdcc00 commit 3b7272f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
registry-url: https://registry.npmjs.org/
- run: bun i
- run: bun run build
- run: bun publish
env:
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3b7272f

Please sign in to comment.