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 4444 run : |
4545 echo "RELEASE_VERSION=$(echo '${{ github.event.release.tag_name }}' | sed -e s/^v//)" >> $GITHUB_ENV
4646 - name : build publish
47- run : ./gradlew clean build publish closeAndReleaseStagingRepository --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
47+ run : ./gradlew clean build publish closeAndReleaseStagingRepositories --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
4848 env :
4949 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5050 ORG_GRADLE_PROJECT_signingKey : ${{ secrets.GPG_SIGNING_KEY }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 id(" com.github.ben-manes.versions" ) version " 0.51.0"
1010 id(" net.ossindex.audit" ) version " 0.4.11"
1111 id(" io.freefair.maven-central.validate-poms" ) version " 8.6"
12- id(" io.github.gradle-nexus.publish-plugin" ) version " 1.3 .0"
12+ id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0 .0"
1313}
1414
1515repositories {
You can’t perform that action at this time.
0 commit comments