Skip to content

Commit

Permalink
Revert "Hardcode skip_upload_metadata to true to work around API …
Browse files Browse the repository at this point in the history
…error"

This reverts commit bbcab89.
  • Loading branch information
mokagio committed Sep 23, 2024
1 parent 5c5c0dc commit 7aa1de7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fastlane/lanes/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@
track: track,
rollout: beta ? '1.0' : '0.1', # Rollout to 100% for betas, start at 10% for production
release_status: beta ? 'completed' : 'inProgress',
# FIXME: Hardcoded to true because otherwise we get a Google API error:
#
# Google Api Error: Invalid request - The caller does not have permission
#
# skip_upload_metadata: beta,
skip_upload_metadata: true,
skip_upload_metadata: beta,
skip_upload_changelogs: beta,
skip_upload_images: true,
skip_upload_screenshots: true,
Expand Down

0 comments on commit 7aa1de7

Please sign in to comment.