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 87
87
- name : Build release with Gradle
88
88
uses : burrunan/gradle-cache-action@v1
89
89
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
91
91
env :
92
92
PUBLISH_USERNAME : ${{ github.actor }}
93
93
PUBLISH_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 30
30
- name : Build release with Gradle
31
31
uses : burrunan/gradle-cache-action@v1
32
32
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
34
34
env :
35
35
PUBLISH_USERNAME : ${{ secrets.PUBLISH_USERNAME }}
36
36
PUBLISH_PASSWORD : ${{ secrets.PUBLISH_PASSWORD }}
You can’t perform that action at this time.
0 commit comments