瀏覽代碼

workflow: add registry-url

Evan You 1 年之前
父節點
當前提交
c82afc0471
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/release.yml

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

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