File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,20 @@ jobs:
3434 VERSION : ${{ github.ref }}
3535
3636 - name : Publish to github package
37- run : ./gradlew publish
37+ run : |
38+ signing/decrypt.sh
39+ cat signing/gradle_secure.properties >> gradle.properties
40+ ./gradlew publish
3841 env :
42+ CRYPT_PASS : ${{ secrets.CRYPT_PASS }}
3943 GITHUBACTOR : ${{ secrets.GITHUBACTOR }}
4044 GITHUBTOKEN : ${{ secrets.GITHUBTOKEN }}
4145
4246 - name : Publish mavenCentral (stage)
4347 run : |
4448 signing/decrypt.sh
4549 cat signing/gradle_secure.properties >> gradle.properties
46- ./gradlew publish MPChartLib:publishMavenPublicationToMavenCentralRepository
50+ ./gradlew MPChartLib:publishMavenPublicationToMavenCentralRepository
4751 env :
4852 CRYPT_PASS : ${{ secrets.CRYPT_PASS }}
4953
You can’t perform that action at this time.
0 commit comments