pozetroninc/Get Latest Release
Get the latest release from another repository and output that for use in other actions
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Jan 3, 2025
- License
- MIT
Pinned Snippet
uses: pozetroninc/github-action-get-latest-release@2a61c339ea7ef0a336d1daa35ef0cb1418e7676c # v0.8.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The Github user or organization that owns the repository | no | — |
| repo | The repository name | no | — |
| repository | The repository name in full | no | — |
| excludes | Types of releases to exclude (e.g. pre-release) | no | — |
| token | The GitHub token or personal access token | no | — |
Outputs
| name | description |
|---|---|
| release | Latest release name |
| id | Latest release ID |
| description | Latest release description body |