actions-marketplace-validations/Release Attachment Metadata
Publish updates about release binaries.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | An authorized GitHub token. | yes | — |
| owner | The owner of the target project. | no | "" |
| repo | The target project. | no | "" |
| outFile | The name of a file to save release JSON data. | no | release-history.json |
| outBranch | The branch name to push the generated file into | no | release-data |
| releaseTag | Optionally pass a specific release tag, instead of latest. | no | "" |
| maxReleases | The amount of historic releases that should be tracked | no | 10 |
Outputs
| name | description |
|---|---|
| latest_release | The latest release tag. |
| data_json | The release data, JSON-encoded. |
| is_released | Returns "true" if the latest release is a non-prerelease, non-draft. |