AtiqGauri
AtiqGauri

Reputation: 1615

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?

Upvotes: 1

Views: 354

Answers (1)

AtiqGauri
AtiqGauri

Reputation: 1615

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

This github action can do it for you- Publish Release

Upvotes: 1

Related Questions