File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 7878 env :
7979 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
8080 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
81- ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
82- ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSPHRASE }}
83- BUILD_NUMBER : ${{ github.run_number }}
81+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_PRIVATE_KEY }}
82+ ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.PASSPHRASE }}
8483 steps :
8584 - uses : actions/checkout@v4
8685 - name : Set up JDK
@@ -103,8 +102,8 @@ jobs:
103102 env :
104103 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
105104 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
106- ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
107- ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSPHRASE }}
105+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_PRIVATE_KEY }}
106+ ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.PASSPHRASE }}
108107 steps :
109108 - uses : actions/checkout@v4
110109 - name : Set up JDK
You can’t perform that action at this time.
0 commit comments