Skip to content

Commit

Permalink
added flutter --v
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhsardana29 committed Jul 31, 2023
1 parent 3879413 commit a6c61be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 'stable' # You can specify the Flutter version you want here
flutter-version: '3.10.6' # You can specify the Flutter version you want here

- run: flutter build web
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 'stable' # You can specify the Flutter version you want here
flutter-version: '3.10.6' # You can specify the Flutter version you want here

- run: flutter build web
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down

0 comments on commit a6c61be

Please sign in to comment.