actions-marketplace-validations/Latest Release Version

Get latest (pre-)release's version of a repository, customized property name such as 'created_at' supported.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 4, 2023
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/fangqiuming_latest-release-version@3d28fe5af228277e88d7483ce635f819422c88b7 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repositoryRepository name with owner. For example, actions/runnerno${{ github.repository }}
tokenPersonal access token (PAT) used to read the repository. 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 }}
propertyProperty name refers to version in [response object](https://docs.github.com/en/rest/reference/releases#get-the-latest-release)notag_name
include_preInclude pre-release or notnofalse
namedescription
tag_nameTag name of the repository's latest release
versionVersion value based on preferred property name