diff --git a/hack/release.sh b/hack/release.sh index 84e1c42383..d77d454e27 100755 --- a/hack/release.sh +++ b/hack/release.sh @@ -53,9 +53,13 @@ RELEASE_BUNDLES=( ) if [ "$1" != '--release-regardless-of-test-failure' ]; then - RELEASE_BUNDLES=( test "${RELEASE_BUNDLES[@]}" ) + RELEASE_BUNDLES=( + test test-integration + "${RELEASE_BUNDLES[@]}" + test-integration-cli + ) fi - + VERSION=$(cat VERSION) BUCKET=$AWS_S3_BUCKET