https://github.com/ctrlaltdev/latest-release-json-action
https://github.com/ctrlaltdev/latest-release-json-action
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctrlaltdev/latest-release-json-action
- Owner: ctrlaltdev
- License: mpl-2.0
- Created: 2021-03-16T01:48:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T14:09:15.000Z (about 3 years ago)
- Last Synced: 2025-04-01T20:33:05.577Z (9 months ago)
- Language: JavaScript
- Size: 226 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Latest Release JSON
This action returns the latest release tag provided a list of releases in JSON.
## Inputs
### `releases`
**Required** JSON of GitHub Releases - see ctrlaltdev/get-releases-action output.
### `prefixed`
**Required** If you want the version to be prefixed with `v`. Default: false
## Outputs
### `tag`
The Latest Release Tag.
## Example usage
```yml
uses: ctrlaltdev/latest-release-json-action@latest
with:
releases: '[...]'
```