File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 77env :
88 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
99 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
10- ORG_GRADLE_PROJECT_signingKey : ${{ secrets.PGP_SECRET }}
11- ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.PGP_PASSPHRASE }}
10+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.PGP_SECRET }}
11+ ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.PGP_KEY_ID }}
12+ ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.PGP_PASSPHRASE }}
1213
1314jobs :
1415 build :
5354 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
5455 uses : gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
5556 with :
56- arguments : publishAllPublicationsToMavenCentral
57+ arguments : publishAllPublicationsToMavenCentral
You can’t perform that action at this time.
0 commit comments