Browse Source

workflow: add registry-url

Evan You 1 year ago
parent
commit
c82afc0471
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/release.yml

+ 1 - 0
.github/workflows/release.yml

@@ -51,6 +51,7 @@ jobs:
         uses: actions/setup-node@v4
         uses: actions/setup-node@v4
         with:
         with:
           node-version-file: '.node-version'
           node-version-file: '.node-version'
+          registry-url: 'https://registry.npmjs.org'
           cache: 'pnpm'
           cache: 'pnpm'
 
 
       - name: Install deps
       - name: Install deps