Fix tag fetch in pipeline
All checks were successful
Build Android APK / build (push) Successful in 3m2s

This commit is contained in:
2026-04-17 14:32:30 +02:00
parent a299f081d5
commit 3db3075ca9

View File

@@ -43,8 +43,8 @@ jobs:
- name: Create Release - name: Create Release
run: | run: |
# Fetch all tags from remote # Fetch the specific tag from remote
git fetch --tags origin git fetch origin tag v0.2.0 --force
# Get tag name from git # Get tag name from git
TAG_NAME=$(git describe --tags --abbrev=0 2>/dev/null || echo "") TAG_NAME=$(git describe --tags --abbrev=0 2>/dev/null || echo "")