From d2b780eaa7afd75145228d4f5a761f26d664b00f Mon Sep 17 00:00:00 2001 From: Tom Harding Date: Mon, 26 Aug 2024 16:04:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Bump=20version=20to=202.4.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create-version-tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-version-tag.yaml b/.github/workflows/create-version-tag.yaml index 08c63f10..ce2085e2 100644 --- a/.github/workflows/create-version-tag.yaml +++ b/.github/workflows/create-version-tag.yaml @@ -22,7 +22,7 @@ jobs: ) echo "is_tagged_commit=$(($is_tagged_commit))" >> $GITHUB_OUTPUT - - name: Debug again + - name: Debug env: IS_TAGGED_COMMIT: ${{ steps.tag_check.outputs.is_tagged_commit }} run: echo "TAGGED? $IS_TAGGED_COMMIT"