From 7bc104f1a841b8ce26e1b306d59afade6567bc0b Mon Sep 17 00:00:00 2001 From: Paolo Insogna Date: Wed, 13 May 2026 11:20:54 +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 a5075e8..afcc41c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,6 @@ jobs: with: node-version: 22 registry-url: 'https://registry.npmjs.org' - cache: 'pnpm' - name: Restore cached dependencies uses: actions/cache@v3 with: