viperproject/create-nightly-release
GitHub action to create a new pre-release and delete old pre-releases created by this action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag_name | The name of the tag. | yes | — |
| release_name | The name of the release. For example, `Release v1.0.1` | yes | — |
| body | Text describing the release. | no | — |
| body_path | Path to a file whose content should be used as release body. | no | — |
| keep_num | Number of pre-releases that should be kept in addition to the newly created one. | no | 0 |
| keep_tags | Specifies whether tags should be deleted if the corresponding release is deleted. | no | false |
Outputs
| name | description |
|---|---|
| id | The ID of the created Release |
| html_url | The URL users can navigate to in order to view the release |
| upload_url | The URL for uploading assets to the release |