Skip to content

Commit 249cdc4

Browse files
committed
Publish to Central Portal
1 parent f22279f commit 249cdc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-kotlin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: gradle/actions/setup-gradle@v3
3838
- name: Cache Konan
3939
uses: ./.github/actions/cache-konan
40-
- name: Publish to Sonatype
40+
- name: Publish to Maven Central
4141
run: ./gradlew publishToMavenCentral
4242
env:
4343
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}

buildSrc/src/main/kotlin/kmp-observableviewmodel-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
mavenPublishing {
10-
publishToMavenCentral(SonatypeHost.S01)
10+
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
1111
signAllPublications()
1212
configureBasedOnAppliedPlugins()
1313
pom {

0 commit comments

Comments
 (0)