Skip to content

Commit 05fe722

Browse files
committed
fix: github release
1 parent 7ac73d4 commit 05fe722

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

settings.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ rootProject.name = "wigai"
88
configure<com.mooltiverse.oss.nyx.gradle.NyxExtension> {
99
preset.set("extended")
1010

11+
services {
12+
github {
13+
options.put("REPOSITORY_OWNER", "fabb")
14+
options.put("REPOSITORY_NAME", "WigAI")
15+
}
16+
}
17+
1118
releaseTypes {
1219
publicationServices.set(listOf("github"))
1320
}

0 commit comments

Comments
 (0)