You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
FirelightFlagboy
changed the title
The body of a release wasn't overwritten with the content of the file provided with body_path
The body of a release is overwritten with the content of body_path or bodyJun 8, 2023
Prelude
Hi,
I'm using this action to create a release.
I provide a body to that release that contain the check sum of the released artifacts.
Those check sum aren't stable since we don't have reproducible build at the moment.
Using
body_path
That body come from a generated file that is provided within the field
body_path
.It appends that I run the workflow twice and the body wasn't updated of the second run.
It's currently configured like so:
Using
body
I've also tried to use
body
instead ofbody_path
with no luck, the body of the release is still not updated.What I'm expected
I would expect that the body is updated.
The text was updated successfully, but these errors were encountered: