mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
chore: fix yamllint error
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -176,7 +176,7 @@ jobs:
|
|||||||
scope: '@qwen-code'
|
scope: '@qwen-code'
|
||||||
|
|
||||||
- name: 'Publish @qwen-code/qwen-code'
|
- name: 'Publish @qwen-code/qwen-code'
|
||||||
working-directory: dist
|
working-directory: 'dist'
|
||||||
run: |-
|
run: |-
|
||||||
npm publish --access public --tag=${{ steps.version.outputs.NPM_TAG }} ${{ steps.vars.outputs.is_dry_run == 'true' && '--dry-run' || '' }}
|
npm publish --access public --tag=${{ steps.version.outputs.NPM_TAG }} ${{ steps.vars.outputs.is_dry_run == 'true' && '--dry-run' || '' }}
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user