manoadamro/Rust Release
Create a github release from version in Cargo.toml on push to main
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| cargo_path | Cargo.toml path | no | Cargo.toml |
| body | Text describing the contents of the release | no | — |
| body_path | Path to file with information about the tag. | no | — |
| owner | Owner of the repository if it is not the current one | no | — |
| repo | Repository on which to release. Used only if you want to create the release on another repo | no | — |
| dry_run | do not actually create release | no | false |
Outputs
| name | description |
|---|---|
| cargo_version | The version identified from Cargo |
| id | The ID of the created Release |
| tag_name | The tag name 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 |
| is_new_release | Flag indicating rather a new release was created or not |