From ca6b5c3c1deec1e58d6dbef93b2606f3154c1e9c Mon Sep 17 00:00:00 2001 From: pandeymangg Date: Wed, 1 Oct 2025 12:36:54 +0530 Subject: [PATCH] backports the release action fix --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3ea40f..a962a0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,9 +27,6 @@ jobs: uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: 22.x - registry-url: "https://registry.npmjs.org" - cache: "pnpm" - always-auth: true - name: Install pnpm uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0