We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e45d2e commit 20b110dCopy full SHA for 20b110d
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
retention-days: 30
54
- name: Publish
55
if: ${{ github.ref == 'refs/heads/master' || inputs.publish }}
56
- run: ./gradlew publish publishToMavenCentralPortal
+ run: ./gradlew publish publishToMavenCentralPortal --stacktrace
57
env:
58
GPR_KEY: ${{ secrets.GITHUB_TOKEN }}
59
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_USERNAME }}
0 commit comments