Skip to content

Commit

Permalink
Add build release step back
Browse files Browse the repository at this point in the history
  • Loading branch information
majanjua-amzn committed Jul 18, 2024
1 parent 648cf5d commit de611c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de611c9

Please sign in to comment.