Output git tag info in the pipeline
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user