Skip to content

Commit 281a708

Browse files
committed
feat: bump flutter version to 3.22.2
1 parent b3d3aea commit 281a708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_ios_testflight.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Flutter
1919
uses: subosito/flutter-action@v2
2020
with:
21-
flutter-version: 'stable'
21+
flutter-version: '3.22.2'
2222

2323
# Step 3: Update Info.plist file
2424
- name: Update Info.plist
@@ -46,7 +46,7 @@ jobs:
4646
\"issuer_id\": \"$APP_STORE_CONNECT_ISSUER_ID\",
4747
\"key\": \"$APP_STORE_CONNECT_API_KEY\"
4848
}" > fastlane/AuthKey.p8
49-
49+
5050
# Step 8: Upload to TestFlight using fastlane
5151
- name: Upload to TestFlight
5252
run: |

0 commit comments

Comments
 (0)