Skip to content

Commit 9bc3d39

Browse files
Andrea Falzettifelladrin
authored andcommitted
chore(jetbrains): publish automatically to stable channel
Co-authored-by: Victor Nogueira <[email protected]>
1 parent 18aec45 commit 9bc3d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ide/jetbrains/gateway-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ tasks {
155155
var pluginChannel: String? = System.getenv("JB_GATEWAY_GITPOD_PLUGIN_CHANNEL")
156156
if (pluginChannel.isNullOrBlank()) {
157157
pluginChannel = if (pluginVersion.contains("-main.")) {
158-
"Nightly"
158+
"Stable"
159159
} else {
160160
"Dev"
161161
}

0 commit comments

Comments
 (0)