fix suffix splitting
This commit is contained in:
parent
dae9026410
commit
267805319b
@ -1,3 +1,3 @@
|
||||
# renovate: datasource=github-releases depName=OpenPrinting/cups versioning=loose
|
||||
export CUPS_VERSION="${CUPS_VERSION:-v2.4.1}"
|
||||
export CUPS_RELEASE="${DRONE_TAG##*-}"
|
||||
export CUPS_RELEASE="$(awk -F"-" '{print $2}' <<< $DRONE_TAG)"
|
||||
|
Reference in New Issue
Block a user