Skip to content

Commit

Permalink
Merge pull request #32 from devchat-ai/update-gui-version
Browse files Browse the repository at this point in the history
Update gui version
  • Loading branch information
pplam authored Dec 15, 2023
2 parents b2583b4 + 07de37b commit f3ff7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tasks {

publishPlugin {
token.set(System.getenv("INTELLIJ_PUBLISH_TOKEN"))
channels.set(listOf("eap"))
channels.set(listOf("stable", "eap"))
}
}
kotlin {
Expand Down

0 comments on commit f3ff7ab

Please sign in to comment.