Skip to content

Commit b64f32c

Browse files
authored
fixed typo
1 parent 84ba8b4 commit b64f32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: 'adopt'
1919
java-version: '11'
2020
- name: Check
21-
run: ./graldew check
21+
run: ./gradlew check
2222
- name: Publish to Maven Central
2323
env:
2424
ORG_GRADLE_PROJECT_signKey: ${{ secrets.SIGN_KEY }}

0 commit comments

Comments
 (0)