[Fix] [CI] Slack-message reads draft release from GitHub directly (#4044)
* fix(ci): slack-message reads draft release from GitHub directly
Remove the artifact upload/download dependency between release-notes and
slack-message jobs. Instead, slack-message fetches the draft release body
via `gh release view`, making it resilient to release-notes failures and
re-runnable after manual edits to the draft.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feedback
* Remove unused drafted_prerelease output from release-notes job
Co-authored-by: Lucain <Wauplin@users.noreply.github.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Lucain <Wauplin@users.noreply.github.com>