Skip to content

Commit

Permalink
3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teshi04 committed Feb 24, 2024
1 parent 907235f commit 0676109
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.16.7",
"flutterSdkVersion": "3.19.1",
"flavors": {}
}
8 changes: 4 additions & 4 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
'on':
"on":
push:
branches:
- main
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.13.5"
flutter-version: "3.19.1"
channel: "stable"

- name: Install dependencies
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Deploy
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_TESHI04_A938F }}'
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_TESHI04_A938F }}"
channelId: live
projectId: teshi04-a938f
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 @@ -12,7 +12,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.7"
flutter-version: "3.19.1"
channel: "stable"

- name: Install dependencies
Expand Down

0 comments on commit 0676109

Please sign in to comment.