ci: fix fastlane pipeline

This commit is contained in:
zaneschepke
2026-06-07 03:23:18 -04:00
parent d78443e7fa
commit 517d90c3bf
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ jobs:
- name: Deploy with fastlane
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2' # Not needed with a .ruby-version file
ruby-version: '3.4'
bundler-cache: true
- name: Distribute app to Prod track 🚀