Skip to content

Commit de611c9

Browse files
committed
Add build release step back
1 parent 648cf5d commit de611c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
# with:
4747
# registry: public.ecr.aws
4848

49-
# - name: Build release with Gradle
50-
# uses: gradle/gradle-build-action@v3
51-
# with:
52-
# arguments: build integrationTests -PlocalDocker=true -Prelease.version=${{ github.event.inputs.version }} --stacktrace
49+
- name: Build release with Gradle
50+
uses: gradle/gradle-build-action@v3
51+
with:
52+
arguments: build integrationTests -PlocalDocker=true -Prelease.version=${{ github.event.inputs.version }} --stacktrace
5353

5454
# - name: Configure AWS Credentials
5555
# uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)