Skip to content

Commit b0220ea

Browse files
committed
update
1 parent e5a6c1c commit b0220ea

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 --stacktrace
45+
run: ./gradlew clean build publish --info --debug --stacktrace
4646
- name: Upload test reports
4747
uses: actions/upload-artifact@v4
4848
if: always()

0 commit comments

Comments
 (0)