From 50595f82c20cc0449d6970eb195fd61d05e5a638 Mon Sep 17 00:00:00 2001 From: literat Date: Thu, 3 Oct 2024 22:26:34 +0200 Subject: [PATCH] fixup! Chore(ci): Check if branch has tag for publishing --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a5222bbeb9..17cb263467 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -24,6 +24,8 @@ jobs: - name: Fetch tags run: git fetch --tags + - run: echo "$(git tag --points-at HEAD)" + - name: Check Tag On Commit id: checkTagExists run: |