diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c4e3284..8b812db 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -77,7 +77,7 @@ jobs: --exclude-drafts \ --exclude-pre-releases \ --json name,isLatest \ - --jq '.[] | select(.isLatest)|.name' | awk '{print $2}' + --jq '.[] | select(.isLatest)|.name' | awk '{print $2}') if [[ $(helm version) != *$HELM_LATEST* ]]; then echo "HELM VERSION INCORRECT: HELM VERSION DOES NOT CONTAIN $HELM_LATEST"