From 566a66f46717e7298caf92d7dcee4f69d3e73d3d Mon Sep 17 00:00:00 2001 From: literat Date: Thu, 3 Oct 2024 22:48:52 +0200 Subject: [PATCH] fixup! Chore(ci): Check if branch has tag for publishing --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 81d70fcfc7..532c05a060 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -40,7 +40,7 @@ jobs: echo "has-tag=false" fi - - name: Debug1 + - name: Debug run: echo "${{ steps.checkTagExists.outputs.has-tag }}" publish: