Update build.yml

This commit is contained in:
Max W. 2024-03-02 23:50:02 +01:00
parent c972053cd1
commit d465078a2d

View File

@ -52,6 +52,7 @@ jobs:
- name: Extract tag name
run: |
git fetch --tags
GIT_TAG=$(git tag --points-at HEAD)
if [[ "$GIT_TAG" == v* ]]; then
VERSION=${GIT_TAG#v}