Skip to content

Commit

Permalink
copy .env file before production release (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggurdin authored Dec 5, 2024
1 parent a2be39d commit 978863d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
- run: echo "$WEB_APP_ENV" > .env
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
Expand Down

0 comments on commit 978863d

Please sign in to comment.