Fix release creation by fetching tags
Some checks failed
Build Android APK / build (push) Failing after 3m0s
Some checks failed
Build Android APK / build (push) Failing after 3m0s
This commit is contained in:
@@ -43,6 +43,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
run: |
|
run: |
|
||||||
|
# Fetch all tags from remote
|
||||||
|
git fetch --tags origin
|
||||||
|
|
||||||
# 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 "")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user