Skip to content

Commit

Permalink
build: remove create env step from actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunali321 committed Oct 17, 2022
1 parent e7490b8 commit 63b2d8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63b2d8e

Please sign in to comment.