Skip to content

Commit 67aeb6b

Browse files
remove debug
1 parent d0281a0 commit 67aeb6b

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
@@ -24,7 +24,7 @@ jobs:
2424
uses: gradle/gradle-build-action@v3
2525

2626
- name: Publish all modules to Maven Central
27-
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --no-daemon --debug --stacktrace
27+
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --no-daemon
2828
env:
2929
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
3030
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}

0 commit comments

Comments
 (0)