From fee07e028bb52b8a0866a48b0fa00aa2bb740aa5 Mon Sep 17 00:00:00 2001 From: Paolo Insogna Date: Wed, 13 May 2026 11:19:04 +0000 Subject: [PATCH] Do not use pnpm cache for releases --- .github/workflows/publish_release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 54588b4..6a946f2 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -29,7 +29,6 @@ jobs: with: node-version: 24 registry-url: 'https://registry.npmjs.org' - cache: pnpm - run: pnpm install --frozen-lockfile - name: Bump version and commit run: |