Skip to content

Commit 9cfea73

Browse files
authored
Merge pull request #1097 from QwenLM/chore-action
fix(ci): remove non-existent label from release failure issue creation
2 parents 83fc321 + 87b1ffe commit 9cfea73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,5 +224,4 @@ jobs:
224224
run: |-
225225
gh issue create \
226226
--title "Release Failed for ${RELEASE_TAG} on $(date +'%Y-%m-%d')" \
227-
--body "The release workflow failed. See the full run for details: ${DETAILS_URL}" \
228-
--label "kind/bug,release-failure"
227+
--body "The release workflow failed. See the full run for details: ${DETAILS_URL}"

0 commit comments

Comments
 (0)