Skip to content

Commit

Permalink
Fix gradle validation
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Feb 9, 2021
1 parent c0a921c commit d932682
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: gradle/wrapper-validation-action@v1
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 14

- uses: gradle/wrapper-validation-action@v1
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit d932682

Please sign in to comment.