From 208df1914b114f74ac0dba37e064081aab2e6e73 Mon Sep 17 00:00:00 2001 From: zaneschepke Date: Mon, 9 Mar 2026 21:40:23 -0400 Subject: [PATCH] ci: add verbose fastlane logging --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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