diff --git a/.github/scripts/version-compatibility.sh b/.github/scripts/version-compatibility.sh index 86e99eae24e..a8257c69822 100755 --- a/.github/scripts/version-compatibility.sh +++ b/.github/scripts/version-compatibility.sh @@ -26,5 +26,5 @@ MAJOR_MINOR_RELEASES=$(echo "${ALL_RELEASES}" | (grep "${MAJOR_MINOR}" || true)) if [[ -z "${MAJOR_MINOR_RELEASES}" ]]; then echo "skip" else - echo -n "${MAJOR_MINOR_RELEASES}" | jq -cnR '[inputs] | map({version: .})' + echo -n "${MAJOR_MINOR_RELEASES}" | jq -cnMR '[inputs] | map({version: .})' fi