actions-marketplace-validations/oction-create-release

This action implements `POST` request to `/repos/{owner}/{repo}/releases`

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenToken to authenticate the request yes
ownerowner parameter no
reporepo parameter no
tag_nameThe name of the tag. yes
target_commitishSpecifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually `master`). no
nameThe name of the release. no
bodyText describing the contents of the tag. no
draft`true` to create a draft (unpublished) release, `false` to create a published one. no
prerelease`true` to identify the release as a prerelease. `false` to identify the release as a full release. no

no outputs