Skip to content

Commit cf6ce7d

Browse files
authored
[REFACTOR] Firebase CLI 설치방법 변경 및 검증 추가
1 parent 967fe7e commit cf6ce7d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/android_cd.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,12 @@ jobs:
7676
7777
# Install Firebase CLI
7878
- name: Install Firebase CLI
79-
run: curl -sL https://firebase.tools | bash
79+
run: npm install -g firebase-tools
80+
81+
# Firebase Authentication 체크
82+
- name: Check Firebase Authentication
83+
run: |
84+
firebase projects:list || (echo "❌ Firebase 인증 실패!" && exit 1)
8085
8186
# Firebase App Distribution
8287
- name: Upload AAB to Firebase App Distribution

0 commit comments

Comments
 (0)