Skip to content

Commit 20b110d

Browse files
committed
Add debug output
1 parent 7e45d2e commit 20b110d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
retention-days: 30
5454
- name: Publish
5555
if: ${{ github.ref == 'refs/heads/master' || inputs.publish }}
56-
run: ./gradlew publish publishToMavenCentralPortal
56+
run: ./gradlew publish publishToMavenCentralPortal --stacktrace
5757
env:
5858
GPR_KEY: ${{ secrets.GITHUB_TOKEN }}
5959
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_USERNAME }}

0 commit comments

Comments
 (0)