Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 285 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 285 Bytes

Get Git Version Github Action

A GitHub Action to get a semver using git log.

Usage

  - uses: albumprinter/actions-get-git-version@v1
    id: git-version
  - run: |
    echo ${{ steps.git-version.outputs.version }}