Replies: 1 comment 1 reply
-
Appending text to the release body is a bit out of scope for the release action itself, but you should be able to achieve via a shell script action in the workflow. I think this easiest solution would be:
Alternatively, you could fetch the release, extract the body, append to it, then pass it back into the release action though I'm not sure how complicated that would get - https://docs.github.com/en/rest/reference/repos#get-a-release-by-tag-name |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
as titled, I'd like to append text to the release body, since I'm building nightly's, I'd like each platform to report the number of failing tests directly in the body
However the current implementation looks like is replacing it in toto
Beta Was this translation helpful? Give feedback.
All reactions