File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,10 @@ jobs:
21
21
- name : Source jar and dokka
22
22
run : ./gradlew javadocJar --scan
23
23
- name : Publish to MavenCentral
24
- run : ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository --scan
24
+ run : ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
25
25
env :
26
- OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
27
- OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
28
- SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
29
- SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
30
- SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
31
- SONATYPE_STAGING_PROFILE_ID : ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
26
+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.OSSRH_USERNAME }}
27
+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.OSSRH_PASSWORD }}
28
+ ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.SIGNING_KEY_ID }}
29
+ ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSWORD }}
30
+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
You can’t perform that action at this time.
0 commit comments