Skip to content

Commit d0ef067

Browse files
committed
ci: fix release by providing registry-url and scope to setup-node
1 parent 7c52502 commit d0ef067

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8080

81-
- uses: oxc-project/setup-node@f42e3bda950c7454575e78ee4eaac880a077700c # v1.0.0
81+
- uses: oxc-project/setup-node@4c31090ef1282f7c654edf77357894fc80ef5236 # v1.0.2
82+
with:
83+
registry-url: "https://npm.pkg.github.com/"
84+
scope: "@voidzero-dev"
8285

8386
- name: Bootstrap
8487
run: pnpm bootstrap-cli:ci

0 commit comments

Comments
 (0)