diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 58448d2..11e3150 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -10,11 +10,7 @@ jobs: build_and_deploy: runs-on: ubuntu-latest steps: - - name: Set Up Flutter - uses: subosito/flutter-action@v2 - with: - flutter-version: '3.13.0' - channel: 'stable' + - uses: actions/checkout@v3 - run: flutter build web - uses: FirebaseExtended/action-hosting-deploy@v0