mirror of https://github.com/k3s-io/k3s
Merge pull request #1214 from erikwilson/fix-tag-version
Fix missing version for tagspull/1217/head v1.17.0-rc.1-k3s.1
commit
0f92707432
|
@ -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