Update build.yml
This commit is contained in:
parent
c972053cd1
commit
d465078a2d
@ -52,6 +52,7 @@ jobs:
|
||||
|
||||
- name: Extract tag name
|
||||
run: |
|
||||
git fetch --tags
|
||||
GIT_TAG=$(git tag --points-at HEAD)
|
||||
if [[ "$GIT_TAG" == v* ]]; then
|
||||
VERSION=${GIT_TAG#v}
|
||||
|
Loading…
x
Reference in New Issue
Block a user