Skip to content

Commit 4a41998

Browse files
committed
Fixed type in publish github workflow
1 parent 81f74b1 commit 4a41998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
distribution: 'adopt'
1818
java-version: '11'
1919
- name: Check
20-
run: ./graldew check
20+
run: ./gradlew check
2121
- name: Publish to Maven Central
2222
env:
2323
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGN_KEY }}

0 commit comments

Comments
 (0)