From 41bfa822232f99eec2d52c866fdfa950fcc83c71 Mon Sep 17 00:00:00 2001 From: Tom Harding Date: Mon, 26 Aug 2024 15:58:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Bump=20version=20to=203.4.5?= 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 058108bd..410d21ad 100644 --- a/.github/workflows/create-version-tag.yaml +++ b/.github/workflows/create-version-tag.yaml @@ -20,7 +20,7 @@ jobs: | grep "^🚀 Bump version to \d\+\.\d\+\.\d\+" | wc -l echo "is_tagged_commit=$is_tagged_commit" >> $GITHUB_OUTPUT - - name: Debug + - name: Debug again env: IS_TAGGED_COMMIT: ${{ steps.tag_check.outputs.is_tagged_commit }} run: echo "TAGGED? $IS_TAGGED_COMMIT"