Unable to create/upload/publish because can't update draft #356
Open
Description
We have a workflow where we create a draft release, then upload binaries (by OS) in a matrix, then publish the release. This action is creating a new release in the last step, instead of updating draft
to false
.
In publish, it creates the draft release as expected.
In upload, it finds the draft release and attaches the binaries to it as expected.
But in publish, it doesn't find the draft release, it creates a new one.
I'm particularly confused why upload works correctly, but publish does not.
There seems to be a few Issues,
- Reusing existing draft release no longer works in GH org #163
- draft status error #253
- Draft release could not be overwrited #284
And PRs,
In this area, but they're all multiple years old (is this action still maintained?), so I don't know if they're still applicable.
Metadata
Assignees
Labels
No labels