Skip to content

Commit 07de37b

Browse files
committed
Update gui version
1 parent b2583b4 commit 07de37b

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)