diff --git a/.github/workflows/release-packages.yml b/.github/workflows/release-packages.yml index 001055f..3503680 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -35,6 +35,7 @@ jobs: with: node-version-file: package.json cache: "pnpm" + registry-url: "https://registry.npmjs.org" - name: Install dependencies run: pnpm install --frozen-lockfile