Skip to content

Commit 08685dc

Browse files
committed
Use Gradle Wrapper in publishing workflow
See #356
1 parent 8d762ea commit 08685dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
java-version: 1.8
1212
- name: Publish package
13-
run: gradle publish
13+
run: ./gradlew publish
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616

0 commit comments

Comments
 (0)