Skip to content

Commit dff7ebd

Browse files
authored
Merge pull request #17134 from wordpress-mobile/tooling/remove-misleading-unused-option
[Tooling] Remove `upload_to_play_store:true` unused option #trivial
2 parents e7da0ab + 9f30c03 commit dff7ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/commands/release-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "--- :closed_lock_with_key: Installing Secrets"
77
bundle exec fastlane run configure_apply
88

99
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
10+
bundle exec fastlane build_and_upload_release app:$1 skip_confirm:true skip_prechecks:true
1111

1212
echo "--- 💾 Saving Artifact"
1313
for aab in build/*.aab; do

0 commit comments

Comments
 (0)