rez0n/Get latest Github 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
- Activelast commit Apr 30, 2026
- License
- Apache 2.0
Pinned Snippet
uses: rez0n/actions-github-release@05fabbd6b2b3ce3383299555ea518faea69b736d # v2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Access token | no | — |
| repository | The repository name in full formar (owner/repo) | yes | — |
| type | Wanted release type (latest, stable, draft, nodraft) | yes | — |
| filter | A regex, filtering out releases that do not match | no | — |
Outputs
| name | description |
|---|---|
| release | Release tag |
| release_id | Release Github ID |
| browser_download_url | Release first asset download URL |