ci: add verbose fastlane logging

This commit is contained in:
zaneschepke
2026-03-09 21:40:23 -04:00
parent c24c33c95c
commit 208df1914b
+1 -1
View File
@@ -240,4 +240,4 @@ jobs:
- name: Distribute app to Prod track 🚀 - name: Distribute app to Prod track 🚀
run: | run: |
track=${{ github.event_name == 'push' && 'production' || inputs.track }} track=${{ github.event_name == 'push' && 'production' || inputs.track }}
(cd ${{ github.workspace }} && bundle install && bundle exec fastlane $track) (cd ${{ github.workspace }} && bundle install && bundle exec fastlane $track --verbose)