-
Notifications
You must be signed in to change notification settings - Fork 308
Feature request: Allow updating existing release #29
Comments
Thanks @eine, could not find existing issue. I'm going through all of the available release actions on marketplace to see if any supports updates. Used a very good one on Azure DevOps (task: marcelo-formentao.github-tools.github-release-publish-task.GitHubReleasePublish), but that doesn't seem to be available for GitHub Actions. |
@sondred, I think it is ok to have multiple issues with different wordings/points of view, because this is a critical non-feature of GitHub Actions. As commented in #23 (comment):
|
After testing many of the existing GitHub Actions for making GitHub releases, I could not find anyone that did what I needed, so I made my own. It is not exactly a beauty, but if someone needs the specific workflow specified in the README, then it might be useful for someone.
Not sure if it will ever reach the Marketplace, but it is available for use until some of the other actions maybe matures a bit more and gain more functionality: |
I'm running a workflow that uses I additionally want to be able to update existing releases though! I want to do multiple builds, including seeing what the final release will look like, before signing off on it. I really really like your all-in-one action, and I would much rather use it than |
Same problem, action fails on the existing release, which was created by the previous commit.
|
Works fine with: https://github.com/softprops/action-gh-release |
I also want to update/create a |
I have previously used a workflow where each build updates a draft release. This is especially important when running builds for Linux, Windows and Mac.
Running this script now, will result in 3 individual draft releases, making it not work with projects that is multi-platform. At least not without running some other script to check if the release already exists or not.
Updating an published release is not possible, I'm asking about draft here.
The text was updated successfully, but these errors were encountered: