We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47dc2c commit 5d567c2Copy full SHA for 5d567c2
1 file changed
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
mkdir /home/runner/.gnupg
43
echo -n "${{ secrets.GPG_PRIVATE_KEY }}" | base64 --decode > /home/runner/.gnupg/secring.gpg
44
- name: Execute Gradle publish
45
- run: ./gradlew clean build publish --refresh-dependencies --info
+ run: ./gradlew clean build publish --refresh-dependencies --stacktrace
46
- name: Upload test reports
47
uses: actions/upload-artifact@v4
48
if: always()
0 commit comments