Search code examples
githubgithub-apigithub-actions

Github api Publish a draft release


I have draft release automatically created with github actions.
We can access its url or any other variable.

How can I publish it using github api is there any endpoint or something?


Solution

  • I don't have an answer for how to do it using curl but

    This github action can do it for you- Publish Release