Skip to content

Commit 9837144

Browse files
committed
Fixed publication
1 parent cd3d618 commit 9837144

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Publish packages
4646
- name: Publish package
4747
if: startsWith(github.ref, 'refs/tags/v-')
48-
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
48+
run: ./gradlew publishToMavenCentral
4949
env:
5050
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.PUBLICATION_USERNAME }}
5151
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.PUBLICATION_PASSWORD }}

build-logic/build-logic/src/main/kotlin/com/ensody/buildlogic/BuildLogicPlugin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ fun Project.setupBuildLogic(block: Project.() -> Unit) {
107107
signAllPublications()
108108
}
109109
pom {
110+
name = "${rootProject.name}: ${project.name}"
110111
description = project.description?.takeIf { it.isNotBlank() }
111112
?: "Kotlin Multiplatform ViewModels and reactive state management based on StateFlow"
112113
url = "https://github.com/ensody/ReactiveState-Kotlin"

0 commit comments

Comments
 (0)