From 2a585fdf0ea797165ee60d1be24dc4902b084710 Mon Sep 17 00:00:00 2001 From: Paolo Insogna Date: Wed, 13 May 2026 11:18:46 +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 76992d6..dc5fc89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,6 @@ jobs: with: node-version: 24 registry-url: "https://registry.npmjs.org" - cache: "pnpm" - name: Restore cached dependencies uses: actions/cache@v4 with: