From f3dd1e26411b5e1f9b351c319100db33c6ba1c64 Mon Sep 17 00:00:00 2001 From: Dongwoo Kang Date: Sat, 23 Nov 2024 19:07:47 +0900 Subject: [PATCH] [WHD-283] CICD: Test github action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 깃허브 액션을 이용한 파이어베이스 앱 배포 테스트 11 --- .github/workflows/firebase_app_distribution.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase_app_distribution.yml b/.github/workflows/firebase_app_distribution.yml index 4599cee..56432a3 100644 --- a/.github/workflows/firebase_app_distribution.yml +++ b/.github/workflows/firebase_app_distribution.yml @@ -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: |