Skip to content

Commit 87b1ffe

Browse files
committed
fix(ci): remove non-existent label from release failure issue creation
1 parent 83fc321 commit 87b1ffe

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)