From ee49ae1f741aae3c3e1894f51f3e47a68aa86cc9 Mon Sep 17 00:00:00 2001 From: furkan acar <65075121+AcarFurkan@users.noreply.github.com> Date: Sat, 24 Feb 2024 21:03:07 +0300 Subject: [PATCH] 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 f5d6d16..cf660d3 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -15,6 +15,7 @@ jobs: with: channel: 'stable' - run: flutter pub get + - run: cd example && flutter pub get - run: flutter build web - uses: FirebaseExtended/action-hosting-deploy@v0 with: