From 7da9c125208e9a9665fa1a69148debf798abc918 Mon Sep 17 00:00:00 2001 From: Paolo Insogna Date: Wed, 13 May 2026 11:21:38 +0000 Subject: [PATCH] Do not use pnpm cache for releases --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2874377..c9f6825 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -165,7 +165,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 22 - cache: 'pnpm' registry-url: 'https://registry.npmjs.org' - name: Install dependencies uses: nick-fields/retry@v3.0.0