Make it clearer what runtime release failed (#33579)
Sebastian "Sebbie" Silbermann committed
Jun 20, 2025 at 09:11 UTC
c8822e926b79205fd2e828c81e031bd0afc0effc
1 file changed
+1
-1
.github/workflows/runtime_prereleases.yml
+1
-1
@@ -108,5 +108,5 @@ jobs:
108
with:
109
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
110
embed-author-name: "GitHub Actions"
111
- embed-title: 'Publish of $${{ inputs.release_channel }} release failed'
111
+ embed-title: '[Runtime] Publish of ${{ inputs.release_channel }}@${{ inputs.dist_tag}} release failed'
112
embed-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}