From aa44b9ebe9e4942c84f53681a35fca10e9bf7060 Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 24 Oct 2024 11:42:19 +0200 Subject: [PATCH] fix: fixed pipeline tagging --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cb2e7c..1a1a103 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: major-identifier: "breaking:" - name: Create Tag - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' + if: github.head_ref == 'master' || github.head_ref == 'dev' run: | if [ "${{ github.head_ref }}" == "master" ]; then git tag ${{ steps.git_version.outputs.version }}