build: remove create env step from actions.

This commit is contained in:
Aunali321 2022-10-17 21:51:18 +05:30
parent e7490b8d75
commit 63b2d8e0bd
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
- uses: SpicyPizza/create-envfile@v1
with:
envkey_sentryDSN: ${{ secrets.SENTRY_DSN }}
- name: Set up Flutter
run: flutter pub get
- name: Generate files with Builder