Skip to content

Commit c53b819

Browse files
committed
ci(release): disable corepack download prompts
1 parent 5cf8919 commit c53b819

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/setup-pnpm-store-cache/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ runs:
3939
- name: Setup pnpm (corepack retry)
4040
shell: bash
4141
env:
42+
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
4243
PNPM_VERSION: ${{ inputs.pnpm-version }}
4344
run: |
4445
set -euo pipefail

0 commit comments

Comments
 (0)