Skip to content

Commit 5d567c2

Browse files
committed
test
1 parent f47dc2c commit 5d567c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
mkdir /home/runner/.gnupg
4343
echo -n "${{ secrets.GPG_PRIVATE_KEY }}" | base64 --decode > /home/runner/.gnupg/secring.gpg
4444
- name: Execute Gradle publish
45-
run: ./gradlew clean build publish --refresh-dependencies --info
45+
run: ./gradlew clean build publish --refresh-dependencies --stacktrace
4646
- name: Upload test reports
4747
uses: actions/upload-artifact@v4
4848
if: always()

0 commit comments

Comments
 (0)