Skip to content

Commit 0ba7616

Browse files
committed
调整配置
1 parent fd88818 commit 0ba7616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ tasks {
118118

119119
publishPlugin {
120120
dependsOn("patchChangelog")
121-
token = environment("PUBLISH_TOKEN")
121+
token = environment("GRADLE_PROJECT_intellijPublishToken")
122122
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
123123
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
124124
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel

0 commit comments

Comments
 (0)