chore: fix yamllint error

This commit is contained in:
tanzhenxin
2025-10-23 16:14:17 +08:00
parent ab28db1da8
commit 0fa9b88a14

View File

@@ -176,7 +176,7 @@ jobs:
scope: '@qwen-code'
- name: 'Publish @qwen-code/qwen-code'
working-directory: dist
working-directory: 'dist'
run: |-
npm publish --access public --tag=${{ steps.version.outputs.NPM_TAG }} ${{ steps.vars.outputs.is_dry_run == 'true' && '--dry-run' || '' }}
env: