Added firebase setup for release builds
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user