From de611c9ec4d01bac0d04ccba706caff0fc94bf0f Mon Sep 17 00:00:00 2001 From: Mahad Janjua Date: Thu, 18 Jul 2024 13:03:47 -0700 Subject: [PATCH] Add build release step back --- .github/workflows/release-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index a19454b75b..cf1180babb 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -46,10 +46,10 @@ jobs: # with: # registry: public.ecr.aws - # - name: Build release with Gradle - # uses: gradle/gradle-build-action@v3 - # with: - # arguments: build integrationTests -PlocalDocker=true -Prelease.version=${{ github.event.inputs.version }} --stacktrace + - name: Build release with Gradle + uses: gradle/gradle-build-action@v3 + with: + arguments: build integrationTests -PlocalDocker=true -Prelease.version=${{ github.event.inputs.version }} --stacktrace # - name: Configure AWS Credentials # uses: aws-actions/configure-aws-credentials@v4