diff --git a/.circleci/config.yml b/.circleci/config.yml index feab48c..b53d861 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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