actions-marketplace-validations/action-ghrelease
Forking https://github.com/softprops/action-gh-release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| body | Note-worthy description of changes in release | no | — |
| body_path | Path to load note-worthy description of changes in release from | no | — |
| name | Gives the release a custom name. Defaults to tag name | no | — |
| tag_name | Gives a tag name. Defaults to github.GITHUB_REF | no | — |
| draft | Creates a draft release. Defaults to false | no | — |
| prerelease | Identify the release as a prerelease. Defaults to false | no | — |
| files | Newline-delimited list of path globs for asset files to upload | no | — |
| fail_on_unmatched_files | Fails if any of the `files` globs match nothing. Defaults to false | no | — |
| commitish | Can be any branch or commit SHA | no | — |
| repository | Repository to make releases against, in <owner>/<repo> format | no | — |
Outputs
| name | description |
|---|---|
| url | URL to the Release HTML Page |
| upload_url | URL for uploading assets to the release |