Skip to content

Commit d4359ca

Browse files
committed
CI: remove debugging from Maven publish task
1 parent c491006 commit d4359ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
GPG_KEY_PASSWORD: ${{ secrets.GPG_KEY_PASSWORD }}
8686
GPG_KEY_SECRET: ${{ secrets.GPG_KEY_SECRET }}
8787
PACKAGE_VERSION: ${{ github.event.release.tag_name }}
88-
run: ./gradlew publishToMavenCentral --debug
88+
run: ./gradlew publishToMavenCentral
8989

9090
publish:
9191
if: ${{ github.event_name == 'release' }}

0 commit comments

Comments
 (0)