ci(release): disable corepack download prompts

This commit is contained in:
Peter Steinberger 2026-05-09 20:26:48 +01:00
parent 5cf8919028
commit c53b8196c8
No known key found for this signature in database

View file

@ -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