Release misc (#3418)

This commit is contained in:
matt korwel
2025-07-06 20:16:42 -07:00
committed by GitHub
parent 39d4095a4c
commit 20825e4114
6 changed files with 52 additions and 25 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 }}