From 66edd41844c976242fc5b8c5f5eb65a59990a63d Mon Sep 17 00:00:00 2001 From: Paolo Insogna Date: Wed, 13 May 2026 11:20:27 +0000 Subject: [PATCH] Do not use pnpm cache for releases --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a214bc2..714fbcc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,6 @@ jobs: with: node-version: '24' registry-url: 'https://registry.npmjs.org' - cache: 'pnpm' - run: pnpm install - uses: actions/download-artifact@v4 with: