Skip to content

Commit 28b8b34

Browse files
committed
update plugin upload method
1 parent e14adf5 commit 28b8b34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ patchPluginXml {
3232
}
3333

3434
publishPlugin {
35-
username System.getenv('username')
36-
password System.getenv('password')
35+
token System.getenv('token')
3736
channels System.getProperty('channels', "")
3837
}
3938

0 commit comments

Comments
 (0)