We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e810ee5 commit c016516Copy full SHA for c016516
.github/workflows/build.yaml
@@ -80,7 +80,7 @@ jobs:
80
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
81
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
82
run: |
83
- ./gradlew publishToSonatype
+ ./gradlew publishToSonatype --stacktrace
84
85
- name: archive test results
86
uses: actions/upload-artifact@v4
0 commit comments