Skip to content

Commit

Permalink
Merge branch 'development' into enhancement/gh-61/choose-templetes
Browse files Browse the repository at this point in the history
  • Loading branch information
CaglarKullu authored Jul 5, 2023
2 parents 2b0360e + 3afed51 commit fe5f757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.7.1'
- run: flutter pub get
- run: echo ${{secrets.ENV}} | base64 --decode > env
- run: flutter pub run build_runner build --delete-conflicting-outputs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.7.1'
- run: flutter pub get
- run: echo ${{secrets.ENV}} | base64 --decode > env
- run: flutter pub run build_runner build --delete-conflicting-outputs
Expand Down

0 comments on commit fe5f757

Please sign in to comment.