Browse Source

fix publish ci

Michael Yang 1 year ago
parent
commit
36a03df8f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/publish.yaml

+ 1 - 0
.github/workflows/publish.yaml

@@ -14,6 +14,7 @@ jobs:
       - uses: actions/setup-node@v4
         with:
           node-version: latest
+          registry-url: https://registry.npmjs.org
           cache: npm
       - run: npm ci
       - run: |