We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
upload_to_play_store:true
1 parent e7da0ab commit 9f30c03Copy full SHA for 9f30c03
.buildkite/commands/release-build.sh
@@ -7,7 +7,7 @@ echo "--- :closed_lock_with_key: Installing Secrets"
7
bundle exec fastlane run configure_apply
8
9
echo "--- :hammer_and_wrench: Building"
10
-bundle exec fastlane build_and_upload_release app:$1 skip_confirm:true skip_prechecks:true upload_to_play_store:true
+bundle exec fastlane build_and_upload_release app:$1 skip_confirm:true skip_prechecks:true
11
12
echo "--- 💾 Saving Artifact"
13
for aab in build/*.aab; do
0 commit comments