Skip to content

Commit dcb6e69

Browse files
committed
Add publishPlugin task configuration
1 parent 34c37c0 commit dcb6e69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ tasks {
2929
buildSearchableOptions {
3030
enabled = false
3131
}
32+
33+
publishPlugin {
34+
token.set(System.getenv("PUBLISH_TOKEN"))
35+
}
3236
}

0 commit comments

Comments
 (0)