thomaseizinger/Just Create A Release
Creates releases on Github.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A GitHub API token | yes | — |
| tag_name | The 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_commitish | The commit this release should point to. Defaults to GITHUB_SHA. | no | — |
| prerelease | Whether this release is a prerelease. | no | — |
| draft | Whether this should be a draft release. | no | — |
| body | The body of the release. | no | — |
| name | The name of the release. | no | — |
Outputs
| name | description |
|---|---|
| id | The ID of the created release. |
| url | The API url to the created release. |
| html_url | The URL a user can use to view the created release in a web browser. |
| upload_url | The URL for uploading assets to the created release. |