fix(ci): remove non-existent label from release failure issue creation

This commit is contained in:
pomelo-nwu
2025-11-22 14:23:49 +08:00
parent 83fc321e15
commit 87b1ffe017

View File

@@ -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"