We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0281a0 commit 67aeb6bCopy full SHA for 67aeb6b
1 file changed
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: gradle/gradle-build-action@v3
25
26
- name: Publish all modules to Maven Central
27
- run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --no-daemon --debug --stacktrace
+ run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --no-daemon
28
env:
29
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
30
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
0 commit comments