chore(ci): add webui dependency build step in release workflow

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
yiliang114 2026-01-30 11:32:51 +08:00
parent f964c2a26b
commit 2779faf010

View file

@ -133,6 +133,12 @@ jobs:
IS_PREVIEW: '${{ steps.vars.outputs.is_preview }}'
MANUAL_VERSION: '${{ inputs.version }}'
- name: 'Build webui dependency'
if: |-
${{ github.event.inputs.force_skip_tests != 'true' }}
run: |
npm run build --workspace=@qwen-code/webui
- name: 'Run Tests'
if: |-
${{ github.event.inputs.force_skip_tests != 'true' }}