mirror of
https://github.com/wgtunnel/android.git
synced 2026-06-02 08:33:40 +02:00
ci: add verbose fastlane logging
This commit is contained in:
@@ -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)
|
||||||
Reference in New Issue
Block a user