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 3535 restore-keys : |
3636 ${{ runner.os }}-gradle-core-
3737 - name : Publush release to sonatype
38- run : ./gradlew publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
38+ run : ./gradlew clean build publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
3939 env :
4040 SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
4141 SIGNING_KEY_PASSWORD : ${{ secrets.SIGNING_KEY_PASSWORD }}
Original file line number Diff line number Diff line change 2222 restore-keys : |
2323 ${{ runner.os }}-gradle-core-
2424 - name : Publush snapshot to sonatype
25- run : ./gradlew publishToSonatype
25+ run : ./gradlew clean build publishToSonatype
2626 env :
2727 SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
2828 SIGNING_KEY_PASSWORD : ${{ secrets.SIGNING_KEY_PASSWORD }}
You can’t perform that action at this time.
0 commit comments