-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get draft update working #8
Comments
Hi! The issue is that GitHub allows you to have multiple drafts which point to the same tag (unlike normal releases). I'm not sure of the best way to updating draft releases because of this (should the action update all, just the most recent, etc). |
I've run into the same issue. I have a build for each platform (Linux, Windows and Mac) and a need to push all artifacts into the same draft release. I know I can do that by using two separate actions (one to create release and another to update the artifacts), but your action was interesting because of this update feature. Hopefully there's a way to force udpates to draft releases. |
The action will now attempt to update draft releases. A few notes:
|
Hi, is it possible to update already existing file in Draft-Release? |
@simontom, |
When it updates the draft release, can it also update the status? E.g.,
also updates the draft release to published? |
@mrchief ,
Apologies if I'm misunderstanding your use case. |
Yeah it's similar to what I tried but for me it created a draft release. |
I'm trying to use the action to create a new release and update that release. Unfortunately it keeps creating new releases.
Have done what is mentioned in the notes, specifying both tag and commit, but still creates duplicates. Have tried with bot the sha variable, and "master".
It appears perhaps that the tag is not created?
Screenshot of produced releases:
The text was updated successfully, but these errors were encountered: