Skip to content

Commit f4e895f

Browse files
committed
ci: add github package repo back in
1 parent c38966c commit f4e895f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ publishing {
103103
}
104104
}
105105
repositories {
106-
/*maven {
106+
maven {
107107
name = "GitHubPackages"
108108
url = uri("https://maven.pkg.github.com/navikt/${rootProject.name}")
109109
credentials {
110110
username = System.getenv("GITHUB_ACTOR")
111111
password = System.getenv("GITHUB_TOKEN")
112112
}
113-
}*/
113+
}
114114
maven {
115115
name = "Sonatype"
116116
val releasesRepoUrl = uri("$mavenRepoBaseUrl/service/local/staging/deploy/maven2/")

0 commit comments

Comments
 (0)