mirror of https://github.com/openclaw/openclaw.git
ci: skip npm publish validation when reusing preflight
This commit is contained in:
parent
c942812e5d
commit
181aef5cbe
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue