diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 33028a9f..6ef2f4f8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -240,4 +240,4 @@ jobs: - name: Distribute app to Prod track 🚀 run: | track=${{ github.event_name == 'push' && 'production' || inputs.track }} - (cd ${{ github.workspace }} && bundle install && bundle exec fastlane $track) \ No newline at end of file + (cd ${{ github.workspace }} && bundle install && bundle exec fastlane $track --verbose) \ No newline at end of file