diff --git a/.github/workflows/android_deploy.yml b/.github/workflows/android_deploy.yml index cb8f3de..5dd029d 100644 --- a/.github/workflows/android_deploy.yml +++ b/.github/workflows/android_deploy.yml @@ -79,5 +79,4 @@ jobs: gem install bundler -v 2.4.22 bundle install echo $APP_PLAY_SERVICE_JSON | base64 -di > google_play_api_key.json - bundle exec fastlane supply init --track internal bundle exec fastlane upload_internal versionName:$buildName versionCode:$buildNumber diff --git a/app/android/fastlane/Fastfile b/app/android/fastlane/Fastfile index e639151..d9363ea 100644 --- a/app/android/fastlane/Fastfile +++ b/app/android/fastlane/Fastfile @@ -32,6 +32,7 @@ platform :android do skip_upload_metadata: true, skip_upload_images: true, skip_upload_apk: true, + release_status: 'draft', aab: '../build/app/outputs/bundle/release/app-release.aab', skip_upload_screenshots: true) end