Commit 8cc3472
fix(ci): set release body from the action's notes output, not out-file (#45)
The first cut (v0.18.0) posted to Discord fine but left the GitHub release body
as the placeholder: release-tools@v1 doesn't accept the `out-file` input (warned
"Unexpected input(s) 'out-file'"), so no file was written. The action DOES expose
the generated markdown as the `notes` step output ("Wrote notes + highlights to
$GITHUB_OUTPUT"). Capture it via id:notes and write the body from
steps.notes.outputs.notes. Future releases now set the body automatically;
v0.18.0's body was filled in by hand.
Co-authored-by: Josh Mabry <artificialcitizens@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent ad18484 commit 8cc3472
1 file changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | | - | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
0 commit comments