We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed07d4c commit 69e8883Copy full SHA for 69e8883
.github/workflows/firebase-hosting-merge.yml
@@ -11,10 +11,6 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
- - name: Set up Flutter
15
- uses: subosito/flutter-action@v2
16
- with:
17
- flutter-version: '3.19.0'
18
- run: flutter build web
19
- uses: FirebaseExtended/action-hosting-deploy@v0
20
with:
.github/workflows/firebase-hosting-pull-request.yml
@@ -9,12 +9,6 @@ jobs:
9
10
-
- - name: Set Up Flutter
- channel: 'stable'
0 commit comments