Michael Yang 1 rok temu
rodzic
commit
36a03df8f5
1 zmienionych plików z 1 dodań i 0 usunięć
  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: |