diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9dee451..db888d4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -99,6 +99,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} cache: npm + registry-url: "https://registry.npmjs.org" - name: Install dependencies run: npm ci