We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa36b49 commit 3acedecCopy full SHA for 3acedec
.github/utils/utils.sh
@@ -970,6 +970,9 @@ get_cloud_pre_version() {
970
PRE_VERSIONS=$( gh release list --repo $GITHUB_REPO --limit 500 | (grep -v "${head_version}" || true))
971
else
972
SECOND_VERSION=$(( $SECOND_VERSION - 1 ))
973
+ if [[ "${VERSION}" == "v0.30."* ]]; then
974
+ SECOND_VERSION=$(( $SECOND_VERSION - 1 ))
975
+ fi
976
head_version="${FIRST_VERSION}.${SECOND_VERSION}"
977
PRE_VERSIONS=$( gh release list --repo $GITHUB_REPO --limit 500 | (grep "${head_version}" || true))
978
fi
0 commit comments