Skip to content

Commit fc68e87

Browse files
committed
ci: fix registry-url
1 parent 0e11e39 commit fc68e87

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
uses: actions/setup-node@v4
113113
with:
114114
node-version: 20
115+
registry-url: https://registry.npmjs.org/
115116
- name: Setup PNPM
116117
uses: pnpm/action-setup@v4
117118
with:
@@ -139,7 +140,7 @@ jobs:
139140
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
140141
NPM_CONFIG_PROVENANCE: true
141142

142-
- run: node ./scripts/patch.mjs
143-
working-directory: ./packages/napi
144-
- run: pnpx pkg-pr-new publish './' './npm/*' --pnpm
145-
working-directory: ./packages/napi
143+
# - run: node ./scripts/patch.mjs
144+
# working-directory: ./packages/napi
145+
# - run: pnpx pkg-pr-new publish './' './npm/*' --pnpm
146+
# working-directory: ./packages/napi

0 commit comments

Comments
 (0)