We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d006a3e + 71c6a39 commit 5330aeaCopy full SHA for 5330aea
plugins/jetbrains/build.gradle.kts
@@ -88,3 +88,8 @@ tasks.named("prepareSandbox") {
88
tasks.buildPlugin {
89
dependsOn("copyChangelogAndReadme", "markdownToHtml")
90
}
91
+
92
+tasks.publishPlugin {
93
+ dependsOn("copyChangelogAndReadme", "markdownToHtml")
94
+ token(System.getenv("JETBRAINS_TOKEN"))
95
+}
0 commit comments