Skip to content

Commit

Permalink
Flutter get and pub install
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed May 25, 2024
1 parent c76c2c9 commit f71229d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
channel: 'stable'
cache: true
id: flutter
- name: 📦 Get Packages
run: flutter pub get
- name: Setup Fastlane
uses: ruby/setup-ruby@v1
with:
Expand All @@ -26,6 +28,8 @@ jobs:
working-directory: ios
- name: Setup app store connect
run: echo "$ASC_JSON_KEY" >> ./ios/fastlane/store.json
- name: Install pod
run: cd ios && pod install
- name: Build and Deploy to TestFlight
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
Expand Down

0 comments on commit f71229d

Please sign in to comment.