Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 282 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 282 Bytes

Get Last version

Description

This action looks for the latest version released and checks if it meets the following standards

  • v1.0.0.1
  • v1.0.0
  • 1.0.0.1
  • 1.0.0

Example

uses: archaic10/get-last-tag@main
with:
    github-token: ${{ secrets.GITHUB_TOKEN }}