starburst997/GH Release

Github Action for creating Github Releases

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
bodyNote-worthy description of changes in releaseno
body_pathPath to load note-worthy description of changes in release fromno
nameGives the release a custom name. Defaults to tag nameno
tag_nameGives a tag name. Defaults to github.GITHUB_REFno
draftCreates a draft release. Defaults to falseno
prereleaseIdentify the release as a prerelease. Defaults to falseno
filesNewline-delimited list of path globs for asset files to uploadno
fail_on_unmatched_filesFails if any of the `files` globs match nothing. Defaults to falseno
repositoryRepository to make releases against, in <owner>/<repo> formatno
tokenAuthorized secret GitHub Personal Access Token. Defaults to github.tokenno${{ github.token }}
target_commitishCommitish value that determines where the Git tag is created from. Can be any branch or commit SHA.no
discussion_category_nameIf specified, a discussion of the specified category is created and linked to the release. The value must be a category that already exists in the repository. If there is already a discussion linked to the release, this parameter is ignored.no
generate_release_notesWhether to automatically generate the name and body for this release. If name is specified, the specified name will be used; otherwise, a name will be automatically generated. If body is specified, the body will be pre-pended to the automatically generated notes.no
retriesThe amount of times you want to try to upload a release asset. This will default to 0 which means do not retry.no
retry_intervalThe interval in millisecond between failed asset upload attempts.no
delete_on_existingWhether or not to delete an existing release entirely when running this action.no
namedescription
urlURL to the Release HTML Page
idRelease ID
upload_urlURL for uploading assets to the release