File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 4949 git config --global user.name "github-actions[bot]"
5050 git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
5151 ./gradlew release -Prelease.releaseVersion=${{steps.release-version.outputs.result}}
52- env :
53- ORG_GRADLE_PROJECT_signingKey : ${{ secrets.SIGNING_KEY }}
54- ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.SIGNING_PASSWORD }}
55- ORG_GRADLE_PROJECT_sonatypeUsername : ${{ secrets.OSSRH_USERNAME }}
56- ORG_GRADLE_PROJECT_sonatypePassword : ${{ secrets.OSSRH_PASSWORD }}
5752
5853 - name : Upload reports
5954 if : failure()
Original file line number Diff line number Diff line change @@ -122,13 +122,8 @@ subprojects {
122122
123123rootProject.apply {
124124 tasks {
125- named(" afterReleaseBuild" ) {
126- dependsOn(" publish" , " closeAndReleaseRepository" )
127- }
128-
129125 named(" closeRepository" ) {
130126 onlyIf { isReleaseVersion }
131- mustRunAfter(" publish" )
132127 }
133128
134129 named(" releaseRepository" ) {
You can’t perform that action at this time.
0 commit comments