muchobien/Repo Releases
A Github action to get the latest release of the repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 12, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: muchobien/repo-releases@bce39c16ef883e36f9c29e196877a91ab3d19261 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner. For example, actions/checkout | no | ${{ github.repository }} |
| token | Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) | no | ${{ github.token }} |
| excludes | Types of releases to exclude from the list. (prerelease|draft) | no | "" |
Outputs
| name | description |
|---|---|
| release | Latest release name |
| version | Latest release version |
| id | Latest release ID |