thomaseizinger/Just Create A Release

Creates releases on Github.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenA GitHub API tokenyes
tag_nameThe name of the tag for this release. If GITHUB_REF points to a tag (i.e. you are running this action in the context of a tag being pushed), this tag is going to be used. If not, this input is required.no
target_commitishThe commit this release should point to. Defaults to GITHUB_SHA.no
prereleaseWhether this release is a prerelease.no
draftWhether this should be a draft release.no
bodyThe body of the release.no
nameThe name of the release.no
namedescription
idThe ID of the created release.
urlThe API url to the created release.
html_urlThe URL a user can use to view the created release in a web browser.
upload_urlThe URL for uploading assets to the created release.