Skip to content

Commit 5330aea

Browse files
authored
Merge pull request #60 from CreMindES/feature/jetbrains-plugin-publish-task
Add publish task to JetBrains plugin's build.gradle.kts.
2 parents d006a3e + 71c6a39 commit 5330aea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugins/jetbrains/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,8 @@ tasks.named("prepareSandbox") {
8888
tasks.buildPlugin {
8989
dependsOn("copyChangelogAndReadme", "markdownToHtml")
9090
}
91+
92+
tasks.publishPlugin {
93+
dependsOn("copyChangelogAndReadme", "markdownToHtml")
94+
token(System.getenv("JETBRAINS_TOKEN"))
95+
}

0 commit comments

Comments
 (0)