Skip to content

Commit

Permalink
build: remove env setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunali321 committed Mar 11, 2023
1 parent d318224 commit b475bd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-build.yml
Expand Up @@ -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
Expand Down

0 comments on commit b475bd2

Please sign in to comment.