Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit a65fd07

Browse files
fix: use right env var
Signed-off-by: Matheus Ferreira <[email protected]>
1 parent e5c2656 commit a65fd07

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
@@ -65,6 +65,6 @@ tasks {
6565

6666
publishPlugin {
6767
token.set(System.getenv("PUBLISH_TOKEN"))
68-
channels.set(listOf(System.getenv("CHANNEL")))
68+
channels.set(listOf(System.getenv("MARKETPLACE_CHANNEL")))
6969
}
7070
}

0 commit comments

Comments
 (0)