From 0b3467ddcb573ade6e91744888550e151c6dc5c0 Mon Sep 17 00:00:00 2001 From: Viren Baraiya Date: Mon, 2 May 2022 11:58:17 -0700 Subject: [PATCH] Update publish_from_main_repo.yml --- .github/workflows/publish_from_main_repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_from_main_repo.yml b/.github/workflows/publish_from_main_repo.yml index 8a1b8528a..1af173893 100644 --- a/.github/workflows/publish_from_main_repo.yml +++ b/.github/workflows/publish_from_main_repo.yml @@ -30,7 +30,7 @@ jobs: export RC=rc if [[ "$TAG" == *"$RC"* ]]; then echo "Publishing release candidate"; - ./gradlew -x test -Prelease.version=$VERSION candidate --scan + ./gradlew -Prelease.version=$VERSION candidate --scan else echo "Publishing Final Release"; ./gradlew -Prelease.version=$VERSION final --scan