Skip to content

A GitHub Action for getting the latest release tag in a repository.

License

Notifications You must be signed in to change notification settings

ddbaptiste/get-latest-release

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Get Latest Release Tag

Get the newest release tag for the current repository

Usage

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

      - uses: actions/checkout@v3

      - name: Get Latest Release Version
        id: get-latest-release
        uses: ddbaptiste/get-latest-release@v1.0.0

      - name: Print Latest Release
        run: echo ${{ steps.get-latest-release-version.outputs.latest-release }}

About

A GitHub Action for getting the latest release tag in a repository.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published