A GitHub Action to get a semver using git log.
- uses: albumprinter/actions-get-git-version@v1
id: git-version
- run: |
echo ${{ steps.git-version.outputs.version }}
A GitHub Action to get a semver using git log.
- uses: albumprinter/actions-get-git-version@v1
id: git-version
- run: |
echo ${{ steps.git-version.outputs.version }}