Skip to content

Commit

Permalink
Fix deploy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
xiprox committed Nov 3, 2023
1 parent 8af54f4 commit f1e9734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: beta
flutter-version: ${{ steps.flutter_version.outputs.version }}

- name: Prepare required secret files
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: beta
flutter-version: ${{ steps.flutter_version.outputs.version }}

- name: Prepare required secret files
Expand Down

0 comments on commit f1e9734

Please sign in to comment.