We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e11e39 commit fc68e87Copy full SHA for fc68e87
1 file changed
.github/workflows/release.yml
@@ -112,6 +112,7 @@ jobs:
112
uses: actions/setup-node@v4
113
with:
114
node-version: 20
115
+ registry-url: https://registry.npmjs.org/
116
- name: Setup PNPM
117
uses: pnpm/action-setup@v4
118
@@ -139,7 +140,7 @@ jobs:
139
140
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
141
NPM_CONFIG_PROVENANCE: true
142
- - run: node ./scripts/patch.mjs
143
- working-directory: ./packages/napi
144
- - run: pnpx pkg-pr-new publish './' './npm/*' --pnpm
145
+ # - run: node ./scripts/patch.mjs
+ # working-directory: ./packages/napi
+ # - run: pnpx pkg-pr-new publish './' './npm/*' --pnpm
146
0 commit comments