Skip to content

Commit 628d09f

Browse files
committed
Fix verbose argument
1 parent 4c2394f commit 628d09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Publish to Maven Central
2222
run: |
23-
./gradlew --stacktrace --verbose publishAndReleaseToMavenCentral \
23+
./gradlew --stacktrace --debug publishAndReleaseToMavenCentral \
2424
-PsigningInMemoryKey=$GPG_KEY \
2525
-PsigningInMemoryKeyPassword=$GPG_PASSWORD \
2626
-PmavenCentralUsername=$MAVEN_USERNAME \

0 commit comments

Comments
 (0)