Skip to content

Commit 8262529

Browse files
author
flowcore-platform
committed
fix(ci): ✨ Add registry URL for npm in publish workflow
1 parent 009e89d commit 8262529

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: oven-sh/setup-bun@v2
3636
with:
3737
bun-version: latest
38+
registry-url: "https://registry.npmjs.org"
3839
- name: Bun install
3940
run: |
4041
bun install --frozen-lockfile

0 commit comments

Comments
 (0)