From d5840a1de8fad081dc8e155904c0efd1c3cce241 Mon Sep 17 00:00:00 2001 From: literat Date: Thu, 3 Oct 2024 22:24:52 +0200 Subject: [PATCH] fixup! Chore(ci): Check if branch has tag for publishing --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 833d17601f..a5222bbeb9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,8 +21,8 @@ jobs: - name: Clone repository uses: actions/checkout@v4 - - name: Get tags - run: git fetch --tags origin + - name: Fetch tags + run: git fetch --tags - name: Check Tag On Commit id: checkTagExists