Skip to content

Commit

Permalink
Use Gradle Wrapper in publishing workflow
Browse files Browse the repository at this point in the history
See #356
  • Loading branch information
fsteeg committed Apr 20, 2021
1 parent 8d762ea commit 08685dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
java-version: 1.8
- name: Publish package
run: gradle publish
run: ./gradlew publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 08685dc

Please sign in to comment.