Skip to content

Commit

Permalink
chore: set registry
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 6, 2024
1 parent 84b4228 commit b1e802b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:

- name: Install Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: canary
env:
BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
with:
bun-version: canary
registry: https://registry.npmjs.org

- name: Use cached node_modules
uses: actions/cache@v4
Expand Down

0 comments on commit b1e802b

Please sign in to comment.