From 5fcb461ce1f43e90a6d21f395e401117765b984c Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Thu, 3 Jul 2025 02:04:51 +0100 Subject: [PATCH] fix(publish): don't use pnpm cache when not installing --- .github/workflows/publish-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index 963761e1e6639..4f728c67398cf 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -109,9 +109,9 @@ jobs: - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: + # Don't use caching here as we never install dependencies in this workflow node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' - cache: pnpm - name: Publish working-directory: packages/${{ matrix.package }}