Skip to content

Commit 4b6ddf4

Browse files
committed
ci: fix publishing for model-api to GHP
1 parent b8b59d3 commit 4b6ddf4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ subprojects {
6767
"model-client-js",
6868
"model-client-jvm",
6969
"model-server",
70-
"model-server-api")) {
70+
"model-server-api",
71+
"model-api",
72+
"model-api-js",
73+
"model-api-jvm")) {
7174
url = uri("https://maven.pkg.github.com/modelix/modelix")
7275
} else {
7376
url = uri("https://maven.pkg.github.com/modelix/modelix.core")

0 commit comments

Comments
 (0)