Output git tag info in the pipeline
This commit is contained in:
parent
4c0000a809
commit
25cc523006
1 changed files with 6 additions and 0 deletions
6
.github/workflows/pipeline.yml
vendored
6
.github/workflows/pipeline.yml
vendored
|
|
@ -106,6 +106,12 @@ jobs:
|
||||||
name: js-bundle
|
name: js-bundle
|
||||||
path: ui/build
|
path: ui/build
|
||||||
|
|
||||||
|
- name: Show Tags
|
||||||
|
run: git tag
|
||||||
|
|
||||||
|
- name: Show Version
|
||||||
|
run: git describe --tags
|
||||||
|
|
||||||
- name: Run GoReleaser - SNAPSHOT
|
- name: Run GoReleaser - SNAPSHOT
|
||||||
if: startsWith(github.ref, 'refs/tags/') != true
|
if: startsWith(github.ref, 'refs/tags/') != true
|
||||||
uses: docker://deluan/ci-goreleaser:1.14.4-2
|
uses: docker://deluan/ci-goreleaser:1.14.4-2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue