File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8787 - name : Build release with Gradle
8888 uses : burrunan/gradle-cache-action@v1
8989 with :
90- arguments : build jib final -Prelease.version=${{ github.event.inputs.version }} --stacktrace
90+ arguments : build jib final closeAndReleaseSonatypeStagingRepository -Prelease.version=${{ github.event.inputs.version }} --stacktrace
9191 env :
9292 PUBLISH_USERNAME : ${{ github.actor }}
9393 PUBLISH_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3030 - name : Build release with Gradle
3131 uses : burrunan/gradle-cache-action@v1
3232 with :
33- arguments : build jib final -Prelease.version=${{ github.event.inputs.version }} --stacktrace
33+ arguments : build jib final closeAndReleaseSonatypeStagingRepository -Prelease.version=${{ github.event.inputs.version }} --stacktrace
3434 env :
3535 PUBLISH_USERNAME : ${{ secrets.PUBLISH_USERNAME }}
3636 PUBLISH_PASSWORD : ${{ secrets.PUBLISH_PASSWORD }}
You can’t perform that action at this time.
0 commit comments