From 25cc523006071ac557aa7dd7a4a829556af0a5f2 Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 21 Jul 2020 15:38:23 -0400 Subject: [PATCH] Output git tag info in the pipeline --- .github/workflows/pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index ceb563cdf..4be396b4b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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