Skip to content

Commit

Permalink
ci(release): Release stable version on EAP channel also
Browse files Browse the repository at this point in the history
  • Loading branch information
olivernybroe committed Aug 5, 2020
1 parent 83f0835 commit bc3afba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ tasks {
publishPlugin {
dependsOn("patchChangelog")
token(System.getenv("PUBLISH_TOKEN"))
channels(System.getenv("PUBLISH_CHANNEL").split(", "))
channels(System.getenv("PUBLISH_CHANNEL")?.split(", "))
}
}

0 comments on commit bc3afba

Please sign in to comment.