Update build.yml

This commit is contained in:
Max W. 2024-03-02 23:33:57 +01:00
parent f68fe9953f
commit 3cc7a064a1

View File

@ -14,7 +14,7 @@ jobs:
- name: Extract tag name - name: Extract tag name
run: | run: |
echo git fetch --tags git fetch --tags
GIT_TAG=$(git tag --points-at HEAD) GIT_TAG=$(git tag --points-at HEAD)
echo "GIT_TAG: $GIT_TAG" echo "GIT_TAG: $GIT_TAG"
if [[ "$GIT_TAG" == v* ]]; then if [[ "$GIT_TAG" == v* ]]; then