-
Notifications
You must be signed in to change notification settings - Fork 305
Support for publishing latest draft release #63
Comments
Another motivation for this is release notifications. |
If there's anyone else looking to publish a draft release, you could use the Github API. I'm using this with a cloud function that runs on schedule, so it publishes my release at a regular interval. |
@Tayyab-Anwar Thanks, I guess a workflow can use |
@mzabaluev I tried to do something similar with |
Looks like it might be possible using this third-party action:
|
And another potential approach here:
|
Is it possible to publish the latest draft release with this action?
I use actions/release-drafter which automatically adds my latest changes to a draft. I want to use this action to publish that release draft automatically when the workflow is triggered.
The text was updated successfully, but these errors were encountered: