From 60f6bbef35e448a23f34ca0d253dd98bf1ae0f63 Mon Sep 17 00:00:00 2001 From: Wlad Meixner <9556979+gosticks@users.noreply.github.com> Date: Sun, 22 Nov 2020 01:58:08 +0100 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4729050..859f679 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -56,7 +56,7 @@ jobs: - run: git describe --tags - name: Set tag value run: | - echo ::set-output name=TAG_NAME::$(git describe --tags) + echo ::set-output name=TAG_NAME::$(echo "${{ github.ref }}" | sed -e "s/^refs\/tags\///") id: tags # Dispatch build actions - name: Repository Dispatch