From 9137e8f85d077149800959a850b432c26f020c80 Mon Sep 17 00:00:00 2001 From: Willy Date: Wed, 1 Feb 2023 22:26:33 +0100 Subject: [PATCH] more typos --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96260cf0..25d84cfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: echo "is_release=false" >> $GITHUB_OUTPUT fi # this will be v1.2.3 for on-tag builds and v1.2.3-numberofcommits-sha for off-tag builds - echo "version=$LAST_TAG" >> $GITHUB_OUTPUT + echo "version=$TAG" >> $GITHUB_OUTPUT shell: bash - name: show data results run: |