Skip to content

Commit 35ea133

Browse files
committed
better publications control
1 parent 48e27f2 commit 35ea133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/plugin.publishing.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ publishing {
5555
val ghOwnerName: String = project.properties["gh.owner.name"]!!.toString()
5656
val ghOwnerEmail: String = project.properties["gh.owner.email"]!!.toString()
5757
repositories {
58-
maven("https://maven.pkg.github.com/$ghOwnerId/${project.name}") {
58+
maven("https://maven.pkg.github.com/$ghOwnerId/${rootProject.name}") {
5959
name = "GitHub"
6060
credentials {
6161
username = System.getenv("GH_USERNAME")

0 commit comments

Comments
 (0)