Skip to content

Commit

Permalink
ci: pod update Sentry (openfoodfacts#2666)
Browse files Browse the repository at this point in the history
* ci: pod update Sentry

ci: pod update Sentry

* Update .github/workflows/ios-release-to-org-openfoodfacts-scanner.yml

* Update .github/workflows/ios-release-to-org-openfoodfacts-scanner.yml
  • Loading branch information
teolemon authored Jul 28, 2022
1 parent 770a97d commit 1304d5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
VERSION_NAME: ${{ env.RELEASE_VERSION }}

- name: Build app
run: cd ./packages/smooth_app && flutter build ios --release --no-codesign
run: cd ./packages/smooth_app && cd ios && pod update Sentry && cd .. && flutter build ios --release --no-codesign
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand Down

0 comments on commit 1304d5c

Please sign in to comment.