Skip to content

Commit d0281a0

Browse files
debug
1 parent 66c8e54 commit d0281a0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ 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
2728
env:
2829
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
2930
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
3031
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}
3132
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.CENTRAL_USERNAME }}
3233
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.CENTRAL_PASSWORD }}
33-
run: |
34-
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --no-daemon

0 commit comments

Comments
 (0)