diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 083ead1..3c5736d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Extract tag name run: | - echo git fetch --tags + git fetch --tags GIT_TAG=$(git tag --points-at HEAD) echo "GIT_TAG: $GIT_TAG" if [[ "$GIT_TAG" == v* ]]; then