From 0b071e2739142f06436830a4b72f74515994fc3a Mon Sep 17 00:00:00 2001 From: Tom Harding Date: Mon, 26 Aug 2024 15:58:30 +0200 Subject: [PATCH] Still not a tagged commit --- .github/workflows/create-version-tag.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-version-tag.yaml b/.github/workflows/create-version-tag.yaml index 100168c8..058108bd 100644 --- a/.github/workflows/create-version-tag.yaml +++ b/.github/workflows/create-version-tag.yaml @@ -21,4 +21,6 @@ jobs: echo "is_tagged_commit=$is_tagged_commit" >> $GITHUB_OUTPUT - name: Debug - run: echo ${{ steps.tag_check.outputs.is_tagged_commit }} + env: + IS_TAGGED_COMMIT: ${{ steps.tag_check.outputs.is_tagged_commit }} + run: echo "TAGGED? $IS_TAGGED_COMMIT"