Skip to content

Commit 66c8e54

Browse files
Fix
1 parent 6187d0d commit 66c8e54

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
@@ -31,4 +31,4 @@ jobs:
3131
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.CENTRAL_USERNAME }}
3232
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.CENTRAL_PASSWORD }}
3333
run: |
34-
./gradlew publishAllPublicationsToMavenCentralRepository --no-daemon
34+
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --no-daemon

0 commit comments

Comments
 (0)