Skip to content

Get Latest Version from GitHub Tags

Actions
Get the latest version from the tags in a GitHub repository
v2.0.2
Latest
Star (0)

GitHub Action - Get Latest Version from GitHub Tags

Get the latest version from the tags in a GitHub repository.

Inputs

Input Description Required Default
token The token to authenticate to GitHub with. Yes
owner The owner of the source repository. yes
repository The name of the source repository. Yes
greater_equal_version The minimum version to accept, e.g. 2.0.0. No None
less_than_version The version to accept versions less than, e.g. 3.0.0. No None

Outputs

Output Description Example
tag The tag for the latest version. v2.5.3
version The latest version number. 2.5.3

Example

      - name: Get Latest ComfyUI Version
        id: version
        uses: joepitt91/action-version-from-github-tag@v2
        with:
          token: ${{ secrets.PACKAGE_READER_PAT }}
          owner: comfyanonymous
          repository: ComfyUI

Get Latest Version from GitHub Tags is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Get the latest version from the tags in a GitHub repository
v2.0.2
Latest

Get Latest Version from GitHub Tags is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.