Skip to content

Commit

Permalink
[WHD-283] CICD: Test github action
Browse files Browse the repository at this point in the history
깃허브 액션을 이용한 파이어베이스 앱 배포 테스트 11
  • Loading branch information
alsdn1360 committed Nov 23, 2024
1 parent f447a30 commit f3dd1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase_app_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
dart pub global activate flutterfire_cli
flutterfire configure \
--project=${{ secrets.FIREBASE_PROJECT_ID }} \
--token=${{ secrets.FIREBASE_TOKEN }} \
--yes
--platforms=android,ios \
--token=${{ secrets.FIREBASE_TOKEN }}
- name: 설정 파일 생성
run: |
Expand Down

0 comments on commit f3dd1e2

Please sign in to comment.