We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f300b5 commit 3048649Copy full SHA for 3048649
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Publish
29
run: |
30
./gradlew \
31
- publishToMavenCentral \
+ publishAndReleaseToMavenCentral \
32
publishPlugins \
33
--no-configuration-cache \
34
-Dorg.gradle.internal.http.socketTimeout=120000 \
build.gradle.kts
@@ -83,7 +83,7 @@ kotlin {
83
}
84
85
mavenPublishing {
86
- publishToMavenCentral(SonatypeHost.S01)
+ publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
87
signAllPublications()
88
pom {
89
name.set(ProjectInfo.NAME)
0 commit comments