ci: skip npm publish validation when reusing preflight

This commit is contained in:
Peter Steinberger 2026-04-01 15:58:31 +01:00
parent c942812e5d
commit 181aef5cbe
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ jobs:
run: pnpm ui:build
- name: Validate release tag and package metadata
if: ${{ inputs.preflight_run_id == '' }}
env:
RELEASE_TAG: ${{ inputs.tag }}
RELEASE_MAIN_REF: origin/main