Update build.yml
This commit is contained in:
parent
f68fe9953f
commit
3cc7a064a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user