Output git tag info in the pipeline

This commit is contained in:
Deluan 2020-07-21 15:38:23 -04:00
parent 4c0000a809
commit 25cc523006
1 changed files with 6 additions and 0 deletions

View File

@ -106,6 +106,12 @@ jobs:
name: js-bundle
path: ui/build
- name: Show Tags
run: git tag
- name: Show Version
run: git describe --tags
- name: Run GoReleaser - SNAPSHOT
if: startsWith(github.ref, 'refs/tags/') != true
uses: docker://deluan/ci-goreleaser:1.14.4-2