Skip to content

Commit

Permalink
Fix upload metadata lane call in CI (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio authored Nov 2, 2024
2 parents 73ef833 + 17ff370 commit 9f238aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
IMAGE_ID: $IMAGE_ID

steps:
- label: Finalize Release
- label: Update Release Notes and Other Metadata on App Store Connect
plugins: [$CI_TOOLKIT_PLUGIN]
command: |
echo '--- :robot_face: Use bot for Git operations'
Expand All @@ -25,7 +25,7 @@ steps:
bundle exec fastlane run configure_apply
echo '--- :shipit: Update Release Notes and Other App Store Metadata'
bundle exec fastlane update_metadata_on_app_store_connect skip_confirm:true
bundle exec fastlane update_metadata_on_app_store_connect
retry:
manual:
# If those jobs fail, one should always prefer re-triggering a new build from ReleaseV2 rather than retrying the individual job from Buildkite
Expand Down

0 comments on commit 9f238aa

Please sign in to comment.