From 8003098238575f06a00b4970f62fe0e4bd295660 Mon Sep 17 00:00:00 2001 From: Miran Kurukulasuriya Date: Sat, 29 Jul 2023 16:45:57 +0530 Subject: [PATCH] Remove exclude flags in gradle build --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 2da1a8a2ee..3f3a27f72b 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -73,7 +73,7 @@ jobs: devCentralToken: ${{ secrets.BALLERINA_DEV_CENTRAL_ACCESS_TOKEN }} ballerinaBotWorkflow: $ {{ secrets.BALLERINA_BOT_WORKFLOW }} run: | - ./gradlew build -Pversion=${VERSION} --exclude-task project-api-tests:test + ./gradlew build -Pversion=${VERSION} ./gradlew release -Prelease.useAutomaticVersion=true -x test - name: Checkout docker repo uses: actions/checkout@v2