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 7
7
env :
8
8
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
9
9
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 }}
12
13
13
14
jobs :
14
15
build :
53
54
if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
54
55
uses : gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
55
56
with :
56
- arguments : publishAllPublicationsToMavenCentral
57
+ arguments : publishAllPublicationsToMavenCentral
You can’t perform that action at this time.
0 commit comments