Skip to content

Commit 7aa1de7

Browse files
committed
Revert "Hardcode skip_upload_metadata to true to work around API error"
This reverts commit bbcab89.
1 parent 5c5c0dc commit 7aa1de7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

fastlane/lanes/build.rb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,7 @@
4646
track: track,
4747
rollout: beta ? '1.0' : '0.1', # Rollout to 100% for betas, start at 10% for production
4848
release_status: beta ? 'completed' : 'inProgress',
49-
# FIXME: Hardcoded to true because otherwise we get a Google API error:
50-
#
51-
# Google Api Error: Invalid request - The caller does not have permission
52-
#
53-
# skip_upload_metadata: beta,
54-
skip_upload_metadata: true,
49+
skip_upload_metadata: beta,
5550
skip_upload_changelogs: beta,
5651
skip_upload_images: true,
5752
skip_upload_screenshots: true,

0 commit comments

Comments
 (0)