fix(release): stabilize beta validation

This commit is contained in:
Peter Steinberger
2026-04-28 12:50:49 +01:00
parent 99e69a232b
commit 7e42e2c087
10 changed files with 161 additions and 6 deletions

View File

@@ -333,6 +333,9 @@ jobs:
cache: pnpm
cache-dependency-path: ${{ inputs.candidate_artifact_name == '' && 'source/pnpm-lock.yaml' || 'workflow/pnpm-lock.yaml' }}
- name: Ensure pnpm cache path exists
run: mkdir -p "$(pnpm store path --silent)"
- name: Build candidate artifact once
if: inputs.candidate_artifact_name == ''
env: