-
-
Notifications
You must be signed in to change notification settings - Fork 549
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.
viluon, ismailsimsek, Drowze and dvanoni
Metadata
Metadata
Assignees
Labels
No labels