Skip to content

Commit 11f8bf5

Browse files
committed
feat: use flutterfire from npm
1 parent aba1ea4 commit 11f8bf5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cd-staging.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Prepare Firebase Option Configuration
5858
run: |
59-
curl -sL https://firebase.tools | bash
59+
npm install -g firebase-tools
6060
dart pub global activate flutterfire_cli
6161
ls
6262
ls ios
@@ -68,8 +68,7 @@ jobs:
6868
-a de.investitacademy.linum \
6969
-w de.investitacademy.linum \
7070
-m de.investitacademy.linum \
71-
--windows-app-id de.investitacademy.linum \
72-
--ios-out=ios/Runner/GoogleServices-Info.plist
71+
--windows-app-id de.investitacademy.linum
7372
7473
- name: Check if files exist
7574
run: |

0 commit comments

Comments
 (0)