Skip to content

Commit 3acedec

Browse files
committed
chore: cloud upgrade test from 0.28 to 0.30
1 parent aa36b49 commit 3acedec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/utils/utils.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,9 @@ get_cloud_pre_version() {
970970
PRE_VERSIONS=$( gh release list --repo $GITHUB_REPO --limit 500 | (grep -v "${head_version}" || true))
971971
else
972972
SECOND_VERSION=$(( $SECOND_VERSION - 1 ))
973+
if [[ "${VERSION}" == "v0.30."* ]]; then
974+
SECOND_VERSION=$(( $SECOND_VERSION - 1 ))
975+
fi
973976
head_version="${FIRST_VERSION}.${SECOND_VERSION}"
974977
PRE_VERSIONS=$( gh release list --repo $GITHUB_REPO --limit 500 | (grep "${head_version}" || true))
975978
fi

0 commit comments

Comments
 (0)