Skip to content

Commit 85a9b68

Browse files
committed
gradle-publish.yml switched to gradle wrapper
1 parent 3781eef commit 85a9b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
settings-path: ${{ github.workspace }} # location for the settings.xml file
2727

2828
- name: Build with Gradle
29-
run: gradle build
29+
run: gradlew build
3030

3131
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
3232
# the publishing section of your build.gradle
3333
- name: Publish to GitHub Packages
34-
run: gradle publish
34+
run: gradlew publish
3535
env:
3636
USERNAME: ${{ github.actor }}
3737
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)