Skip to content

Commit 3d8bf23

Browse files
committed
fix: publishing gradle
1 parent 9997731 commit 3d8bf23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ tasks {
5151
}
5252

5353
publishPlugin {
54-
token.set(System.getenv("PUBLISH_TOKEN"))
55-
// channels.set(listOf("alpha"))
54+
token = providers.gradleProperty("intellijPlatformPublishingToken")
5655
}
5756
}

0 commit comments

Comments
 (0)