Skip to content

action-latest-release-version

Actions
Fetch the latest release version for the current repository
1.0.0
Latest
Star (9)

Fetch Latest Release Version

A Github Action to fetch the latest release version for the current repository.

Usage

jobs:
  job-name:
    runs-on: ubuntu-latest
    steps:

      - uses: actions/checkout@v2

      - name: Fetch latest release version
        id: fetch-latest-release
        uses: reloc8/action-latest-release-version@1.0.0

      - name: Test
        run: echo ${{ steps.fetch-latest-release.outputs.latest-release }}

action-latest-release-version 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

Fetch the latest release version for the current repository
1.0.0
Latest

action-latest-release-version 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.