forked from dangilcal/Helldivers-app-movil
Fix release creation by fetching tags
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