Skip to content

Commit

Permalink
feat: bump flutter version to 3.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhdang198 committed Sep 24, 2024
1 parent b3d3aea commit 281a708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_ios_testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 'stable'
flutter-version: '3.22.2'

# Step 3: Update Info.plist file
- name: Update Info.plist
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
\"issuer_id\": \"$APP_STORE_CONNECT_ISSUER_ID\",
\"key\": \"$APP_STORE_CONNECT_API_KEY\"
}" > fastlane/AuthKey.p8
# Step 8: Upload to TestFlight using fastlane
- name: Upload to TestFlight
run: |
Expand Down

0 comments on commit 281a708

Please sign in to comment.