cgetc/Create Github release simply
Create Github release with curl
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github Token | yes | — |
| repository | The owner and repository name. For example, Codertocat/Hello-World. | yes | — |
| name | release name | yes | — |
| body-path | path of release body text | yes | — |
| tag-name | release tag name | no | "" |
| draft | draft or not | no | false |
| prelesease | prerelease or not | no | false |
| 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 | "" |
| discussion-category-name | If 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. | no | "" |
| generate-release-notes | generate release_notes or not | no | false |
Outputs
no outputs