mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix(ci): remove non-existent label from release failure issue creation
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -224,5 +224,4 @@ jobs:
|
|||||||
run: |-
|
run: |-
|
||||||
gh issue create \
|
gh issue create \
|
||||||
--title "Release Failed for ${RELEASE_TAG} on $(date +'%Y-%m-%d')" \
|
--title "Release Failed for ${RELEASE_TAG} on $(date +'%Y-%m-%d')" \
|
||||||
--body "The release workflow failed. See the full run for details: ${DETAILS_URL}" \
|
--body "The release workflow failed. See the full run for details: ${DETAILS_URL}"
|
||||||
--label "kind/bug,release-failure"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user