diff --git a/.github/actions/releaser/cr.sh b/.github/actions/releaser/cr.sh index 2debbbe2..97ae47e3 100755 --- a/.github/actions/releaser/cr.sh +++ b/.github/actions/releaser/cr.sh @@ -92,7 +92,7 @@ chart_released() { local chart_name=$1 local version=$2 - helm search repo "mongodb/${chart_name}" --version "${version}" |grep "${chart_name}\s" + helm search repo "mongodb/${chart_name}" --version "${version}" | grep "${chart_name}\s" || echo "Not found" } # check if release version and chart version is diffrent