fix: fixed pipeline tagging

This commit is contained in:
2024-10-24 11:42:19 +02:00
parent 851573d964
commit aa44b9ebe9

View File

@@ -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 }}