fix bug type issue

This commit is contained in:
mkorwel
2025-07-05 18:22:25 -07:00
parent 9211905ff1
commit a9883f5322
2 changed files with 2 additions and 2 deletions

View File

@@ -168,6 +168,6 @@ jobs:
gh issue create \
--title "Release Failed for ${{ steps.version.outputs.RELEASE_TAG || 'N/A' }} on $(date +'%Y-%m-%d')" \
--body "The release workflow failed. See the full run for details: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
--label "type: bug,release-failure"
--label "kind/bug,release-failure"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}