Extend version number with a short commit hash in commits without a v… #28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push | |
on: | |
push: | |
branches: | |
- main | |
tags: v* | |
jobs: | |
build: | |
uses: Borewit/listFix/.github/workflows/ci.yml@main |