Skip to content

Commit

Permalink
Use gradlew instead of gradle for publishing releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrafczyk committed May 18, 2021
1 parent 8a7fc85 commit cc439d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Jar with Gradle
run: ./gradlew clean jar
- name: Publish to GitHub Packages
run: gradle publish
run: ./gradlew publish
env:
USERNAME: ${{ github.actor }}
PASSWORD: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cc439d0

Please sign in to comment.