Update gradle publish credentials (#114)
This commit is contained in:
parent
f737c91d70
commit
d814979ab5
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ jobs:
|
|||
- deploy:
|
||||
command: ./gradlew --profile --parallel --stacktrace --continue publish
|
||||
- deploy:
|
||||
command: ./gradlew --profile --parallel --stacktrace -Pgradle.publish.key=$GRADLE_PUBLISH_KEY -Pgradle.publish.secret=$GRADLE_PUBLISH_SECRET publishPlugins
|
||||
command: ./gradlew --profile --parallel --stacktrace -Pgradle.publish.key=$GRADLE_KEY -Pgradle.publish.secret=$GRADLE_SECRET publishPlugins
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
Loading…
Reference in a new issue