mirror of https://github.com/k3s-io/k3s
Fix missing version for tags
parent
b43c8e4574
commit
178898f969
|
@ -35,5 +35,5 @@ if [[ -n "$GIT_TAG" ]]; then
|
|||
VERSION=$GIT_TAG
|
||||
else
|
||||
VERSION="$(sed -e 's/[-+].*//' <<< "$VERSION_K8S")+$COMMIT$DIRTY"
|
||||
VERSION_TAG="$(sed -e 's/+/-/g' <<< "$VERSION")"
|
||||
fi
|
||||
VERSION_TAG="$(sed -e 's/+/-/g' <<< "$VERSION")"
|
||||
|
|
Loading…
Reference in New Issue