diff --git a/.github/workflows/publish-platform.yml b/.github/workflows/publish-platform.yml index 7a674641..ca7666c6 100644 --- a/.github/workflows/publish-platform.yml +++ b/.github/workflows/publish-platform.yml @@ -192,6 +192,7 @@ jobs: if: steps.check.outputs.skip != 'true' with: node-version: "24" + registry-url: "https://registry.npmjs.org" - name: Publish ${{ matrix.platform }} if: steps.check.outputs.skip != 'true'