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 44
44
run : |
45
45
echo "RELEASE_VERSION=$(echo '${{ github.event.release.tag_name }}' | sed -e s/^v//)" >> $GITHUB_ENV
46
46
- name : build publish
47
- run : ./gradlew clean build publish closeAndReleaseStagingRepository --no-daemon --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
47
+ run : ./gradlew clean build publish closeAndReleaseStagingRepositories --no-daemon --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
48
48
env :
49
49
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
50
ORG_GRADLE_PROJECT_signingKey : ${{ secrets.GPG_SIGNING_KEY }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
id(" com.github.ben-manes.versions" ) version " 0.51.0"
9
9
id(" net.ossindex.audit" ) version " 0.4.11"
10
10
id(" io.freefair.maven-central.validate-poms" ) version " 8.6"
11
- id(" io.github.gradle-nexus.publish-plugin" ) version " 1.3 .0"
11
+ id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0 .0"
12
12
id(" org.jetbrains.kotlin.jvm" ) version " 1.9.24" apply false
13
13
id(" com.google.devtools.ksp" ) version " 1.9.24-1.0.20" apply false
14
14
id(" org.openapi.generator" ) version " 7.6.0" apply false
You can’t perform that action at this time.
0 commit comments