actions-marketplace-validations/oction-create-release
This action implements `POST` request to `/repos/{owner}/{repo}/releases`
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token to authenticate the request | yes | — |
| owner | owner parameter | no | — |
| repo | repo parameter | no | — |
| tag_name | The name of the tag. | yes | — |
| target_commitish | Specifies 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 | — |
| name | The name of the release. | no | — |
| body | Text 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 | — |
Outputs
no outputs