ci(build): remove environment on PR build

This commit is contained in:
EvadeMaster 2023-03-02 11:06:15 +07:00 committed by GitHub
parent 8e3ba88318
commit 48a10440fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,10 +20,6 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Set environment variables
run: echo $SECRETS | base64 -d > lib/utils/environment.dart
env:
SECRETS: ${{ secrets.SECRETS }}
- name: Set up Flutter
run: flutter pub get
- name: Generate files with Builder