Skip to content

Commit

Permalink
Update firebase-hosting-pull-request.yml
Browse files Browse the repository at this point in the history
Dart SDK 버전이 호환되지 않는 문제 해결하기 위한 코드 추가
  • Loading branch information
changhwan77 authored Feb 7, 2024
1 parent 686af92 commit 3e002d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
with:
channel: "stable"
flutter-version: 3.3.8

- run: flutter upgrade
- run: flutter pub get
- run: flutter build web

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit 3e002d1

Please sign in to comment.