Add git version info to release source (#1250)

This commit is contained in:
Deluan Quintão 2021-07-15 09:49:34 -04:00 committed by GitHub
parent f78257235e
commit 5064cb2a46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 1 deletions

View file

@ -127,6 +127,9 @@ jobs:
- name: Show Version
run: git describe --tags
- name: Generate .gitinfo
run: make .gitinfo
- name: Run GoReleaser - SNAPSHOT
if: startsWith(github.ref, 'refs/tags/') != true
uses: docker://deluan/ci-goreleaser:1.16.4-1