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.
skip_upload_metadata
true
1 parent 5c5c0dc commit 7aa1de7Copy full SHA for 7aa1de7
fastlane/lanes/build.rb
@@ -46,12 +46,7 @@
46
track: track,
47
rollout: beta ? '1.0' : '0.1', # Rollout to 100% for betas, start at 10% for production
48
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,
+ skip_upload_metadata: beta,
55
skip_upload_changelogs: beta,
56
skip_upload_images: true,
57
skip_upload_screenshots: true,
0 commit comments