Skip to content

Commit

Permalink
ci: Use registry-url variable
Browse files Browse the repository at this point in the history
  • Loading branch information
noClaps committed Jan 10, 2025
1 parent 71f0e4d commit 92bfd79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
dist/index.js
dist/index.d.ts
- uses: actions/setup-node@v4
with:
registry-url: "https://registry.npmjs.org"
- run: npm publish
working-directory: packages/${{ matrix.versions.out_dir }}/
env:
Expand All @@ -81,6 +83,8 @@ jobs:
path: dist/
merge-multiple: true
- uses: actions/setup-node@v4
with:
registry-url: "https://registry.npmjs.org"
- uses: oven-sh/setup-bun@v2
- run: |
bun install
Expand Down

0 comments on commit 92bfd79

Please sign in to comment.