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.
1 parent fd88818 commit 0ba7616Copy full SHA for 0ba7616
build.gradle.kts
@@ -118,7 +118,7 @@ tasks {
118
119
publishPlugin {
120
dependsOn("patchChangelog")
121
- token = environment("PUBLISH_TOKEN")
+ token = environment("GRADLE_PROJECT_intellijPublishToken")
122
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
123
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
124
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
0 commit comments