Added firebase setup for release builds

This commit is contained in:
Nguyen Thai
2022-12-13 18:34:45 +07:00
committed by Dat H. Pham
parent 986414feb1
commit 9abbf7a0be
+5
View File
@@ -40,6 +40,11 @@ jobs:
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
- name: Setup Firebase env
env:
FIREBASE_ENV: ${{ secrets.FIREBASE_ENV }}
run: echo "$FIREBASE_ENV" > ./configurations/env.fcm
- name: Setup Android environment
if: matrix.os == 'android'
env: