We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe443d commit 014e77dCopy full SHA for 014e77d
release/src/main/scripts/set_version.sh
@@ -69,8 +69,8 @@ if [[ -z $TARGET_VERSION ]] ; then
69
exit 1
70
fi
71
72
-if ! [[ ${RELEASE} =~ ([0-9]+\.[0-9]+) ]];
73
- then echo "The input for RELEASE does not match a valid format [0-9]+\.[0-9]+"
+if ! [[ ${TARGET_VERSION} =~ ([0-9]+\.[0-9]+\.[0-9]+) ]];
+ then echo "The input for TARGET_VERSION: ${TARGET_VERSION} does not match a valid format [0-9]+\.[0-9]+\.[0-9]+"
74
75
76
0 commit comments