We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a9b68 commit 58002e7Copy full SHA for 58002e7
.github/workflows/gradle-publish.yml
@@ -26,12 +26,12 @@ jobs:
26
settings-path: ${{ github.workspace }} # location for the settings.xml file
27
28
- name: Build with Gradle
29
- run: gradlew build
+ run: ./gradlew build
30
31
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
32
# the publishing section of your build.gradle
33
- name: Publish to GitHub Packages
34
- run: gradlew publish
+ run: ./gradlew publish
35
env:
36
USERNAME: ${{ github.actor }}
37
TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments