From f9e27fd58bac32db4da629fdf626d452c60ecf97 Mon Sep 17 00:00:00 2001 From: Andre Hui Date: Sun, 2 Jul 2023 19:26:20 -0700 Subject: [PATCH 1/3] fix: bad version causing workflows to fail --- .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 82a3113..4721ed9 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - channel: 'stable' + flutter-version: '3.7.1' - run: flutter pub get - run: echo ${{secrets.ENV}} | base64 --decode > env - run: flutter pub run build_runner build --delete-conflicting-outputs diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 3174232..5fa0074 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - channel: 'stable' + flutter-version: '3.7.1' - run: flutter pub get - run: echo ${{secrets.ENV}} | base64 --decode > env - run: flutter pub run build_runner build --delete-conflicting-outputs From 04b8267a00a30333de4356b7bbdb2d9d0b69f7ea Mon Sep 17 00:00:00 2001 From: Andre Hui <34312863+andre-tm-hui@users.noreply.github.com> Date: Sun, 2 Jul 2023 22:34:49 -0700 Subject: [PATCH 2/3] Update firebase-hosting-merge.yml --- .github/workflows/firebase-hosting-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 4721ed9..6a31da7 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: + channel: 'stable' flutter-version: '3.7.1' - run: flutter pub get - run: echo ${{secrets.ENV}} | base64 --decode > env From 921577f8df6be7c16448980db10a478b5f56ec94 Mon Sep 17 00:00:00 2001 From: Andre Hui <34312863+andre-tm-hui@users.noreply.github.com> Date: Sun, 2 Jul 2023 22:35:07 -0700 Subject: [PATCH 3/3] Update firebase-hosting-pull-request.yml --- .github/workflows/firebase-hosting-pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 5fa0074..1ce2aa3 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -11,6 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: + channel: 'stable' flutter-version: '3.7.1' - run: flutter pub get - run: echo ${{secrets.ENV}} | base64 --decode > env