File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 if : startsWith(github.ref, 'refs/tags/')
5353
5454 - name : Upload tag
55- run : ./gradlew publishAllPublicationsToMavenCentral -Psigning.secretKeyRingFile=$(echo ~/.gradle/sonatype-appmattus-keys.gpg)
55+ run : ./gradlew publishAndReleaseToMavenCentral -Psigning.secretKeyRingFile=$(echo ~/.gradle/sonatype-appmattus-keys.gpg)
5656 if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
1919org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
2020
2121# Maven Publishing
22+ SONATYPE_HOST =DEFAULT
23+ RELEASE_SIGNING_ENABLED =true
24+ SONATYPE_AUTOMATIC_RELEASE =true
25+
2226GROUP =com.appmattus.mpu
2327
2428POM_URL =https://github.com/appmattus/multiplatform-utils
You can’t perform that action at this time.
0 commit comments