Skip to content

Commit

Permalink
fix: iOS release failing (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
M123-dev authored Apr 25, 2022
1 parent b8a0b4d commit f192283
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ios-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:

- name: Get dependencies
run: ci/pub_upgrade.sh

- name: "Update Sentry, see: https://github.com/openfoodfacts/smooth-app/issues/1300"
run: cd ./packages/smooth_app/ios && iospod update Sentry

- name: Bundle install
run: cd ./packages/smooth_app/ios && gem install bundler:1.17.3 && bundle install
Expand Down

0 comments on commit f192283

Please sign in to comment.