diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec2f152..42d7920 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: with: node-version: ${{ matrix.node }} cache: "pnpm" + registry-url: https://registry.npmjs.org/ - name: Install dependencies run: pnpm install --frozen-lockfile @@ -45,5 +46,5 @@ jobs: - name: Publish to npm if needed if: github.ref == 'refs/heads/main' && matrix.node == '22' env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: pnpm publish -r --no-git-checks