softprops / action-gh-release

📦 :octocat: GitHub Action for creating GitHub Releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add make_latest option

kdmiltner opened this issue · comments

When generating a release, the one option that's missing for automating releases for my use cases is make_latest. Can this be added as an inputs option to update an existing release tag to be marked as the latest?

For example, if the tag_name I input already exists, and make_latest is set to true, the functionality would update that release to be marked as the latest.

I believe this should be fixed in #304