Skip to content

Commit f3ff7ab

Browse files
authored
Merge pull request #32 from devchat-ai/update-gui-version
Update gui version
2 parents b2583b4 + 07de37b commit f3ff7ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tasks {
5151

5252
publishPlugin {
5353
token.set(System.getenv("INTELLIJ_PUBLISH_TOKEN"))
54-
channels.set(listOf("eap"))
54+
channels.set(listOf("stable", "eap"))
5555
}
5656
}
5757
kotlin {

0 commit comments

Comments
 (0)