actions-marketplace-validations/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
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 8, 2023
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/rez0n_actions-github-release@794c12f5e8d629e6ca329cf2e2daeb0f0ce6a3ce # no releases — HEAD as of 2026-07-13tags 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 | — |
Outputs
| name | description |
|---|---|
| release | Release tag |
| release_id | Release Github ID |
| browser_download_url | Release first asset download URL |