Skip to content

Commit d932682

Browse files
authored
Fix gradle validation
1 parent c0a921c commit d932682

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: gradle/wrapper-validation-action@v1
1312
- uses: actions/checkout@v2
1413
- uses: actions/setup-java@v1
1514
with:
1615
java-version: 14
17-
16+
- uses: gradle/wrapper-validation-action@v1
1817
- name: Configure AWS Credentials
1918
uses: aws-actions/configure-aws-credentials@v1
2019
with:

0 commit comments

Comments
 (0)