diff --git a/.github/workflows/ios-testflight-release.yaml b/.github/workflows/ios-testflight-release.yaml index 454b7c28..3956cf17 100644 --- a/.github/workflows/ios-testflight-release.yaml +++ b/.github/workflows/ios-testflight-release.yaml @@ -30,6 +30,11 @@ jobs: with: gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }} + - name: Create Dummy Firebase Plist + run: | + cp config/dummy-google-service.plist iosApp/dummy-google-service.plist + mv iosApp/dummy-google-service.plist iosApp/GoogleService-Info-dev.plist + - name: Create Firebase Plist run: | echo "$FIREBASE_PLIST" > iosApp/GoogleService-Info.plist.b64