We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f74b1 commit 4a41998Copy full SHA for 4a41998
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
distribution: 'adopt'
18
java-version: '11'
19
- name: Check
20
- run: ./graldew check
+ run: ./gradlew check
21
- name: Publish to Maven Central
22
env:
23
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGN_KEY }}
0 commit comments