From c53b8196c8ececce344186311ef922ca0192aca6 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 9 May 2026 20:26:48 +0100 Subject: [PATCH] ci(release): disable corepack download prompts --- .github/actions/setup-pnpm-store-cache/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-pnpm-store-cache/action.yml b/.github/actions/setup-pnpm-store-cache/action.yml index 5a95ccadda0..a06e79fa03c 100644 --- a/.github/actions/setup-pnpm-store-cache/action.yml +++ b/.github/actions/setup-pnpm-store-cache/action.yml @@ -39,6 +39,7 @@ runs: - name: Setup pnpm (corepack retry) shell: bash env: + COREPACK_ENABLE_DOWNLOAD_PROMPT: "0" PNPM_VERSION: ${{ inputs.pnpm-version }} run: | set -euo pipefail