Skip to content

Commit

Permalink
force fastlane update (#6225)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 authored Oct 22, 2024
1 parent 3897001 commit b5f08ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macstadium-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
run: |
cd ios && bundle exec fastlane ios build_device
cd ios && bundle update fastlane && bundle exec fastlane ios build_device
- name: Upload builds to AWS S3
env:
AWS_BUCKET: rainbow-app-team-production
Expand Down

0 comments on commit b5f08ea

Please sign in to comment.