We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fc321 commit 87b1ffeCopy full SHA for 87b1ffe
.github/workflows/release.yml
@@ -224,5 +224,4 @@ jobs:
224
run: |-
225
gh issue create \
226
--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"
+ --body "The release workflow failed. See the full run for details: ${DETAILS_URL}"
0 commit comments