Skip to content

Commit 2b39d11

Browse files
committed
fix: restore registry-url for npm auth with new granular token
1 parent afa2ece commit 2b39d11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-platform.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
if: steps.check.outputs.skip != 'true'
193193
with:
194194
node-version: "24"
195+
registry-url: "https://registry.npmjs.org"
195196

196197
- name: Publish ${{ matrix.platform }}
197198
if: steps.check.outputs.skip != 'true'

0 commit comments

Comments
 (0)