Skip to content

Commit 53a3fb9

Browse files
committed
Fix publishing job
1 parent 18417e6 commit 53a3fb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ dokka {
9999
}
100100

101101
mavenPublishing {
102+
publishToMavenCentral()
102103
if (providers.environmentVariable("ORG_GRADLE_PROJECT_signingInMemoryKey").isPresent &&
103104
providers.environmentVariable("ORG_GRADLE_PROJECT_signingInMemoryKeyPassword").isPresent
104105
) {

0 commit comments

Comments
 (0)