From 5c393cd25af9338a497e39dac1d1534ad2c3a6cd Mon Sep 17 00:00:00 2001 From: literat Date: Thu, 3 Oct 2024 22:46:55 +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 532c05a060..81d70fcfc7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -40,7 +40,7 @@ jobs: echo "has-tag=false" fi - - name: Debug + - name: Debug1 run: echo "${{ steps.checkTagExists.outputs.has-tag }}" publish: