Skip to content

Commit 26e76db

Browse files
Update gradle-publish.yml
1 parent d5d2e71 commit 26e76db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
4242
# the publishing section of your build.gradle
4343
- name: Publish to GitHub Packages
44-
run: ./gradlew publish
44+
run: ./gradlew -b build-github.gradle publish
4545
env:
4646
USERNAME: ${{ github.actor }}
4747
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)