diff --git a/.circleci/config.yml b/.circleci/config.yml index 54d086e..cf1b24d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,7 +120,7 @@ commands: - run: name: Setup keystore command: | - echo "$RELEASE_KEYSTORE_BASE64" | base64 --decode > "./keystore.jks" + echo "$BASE64_KEYSTORE" | base64 --decode > "./keystore.jks" - run: name: Setup playstore key command: | diff --git a/fastlane/Fastfile b/fastlane/Fastfile index afb85a2..40da376 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -35,8 +35,7 @@ platform :android do gradle( task: "clean bundle", flavor: "Driver", - build_type: "Release" - ) + build_type: "Release") upload_to_play_store( aab: "app/build/outputs/bundle/driverRelease/app-driver-release.aab", json_key: "google-play-key.json",