Skip to content

Commit

Permalink
Version 1.2.1 on Flutter stable 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Jan 24, 2023
1 parent 86a4863 commit d557bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Flutter and Dart SDK
uses: subosito/flutter-action@v1.5.3
with:
channel: "beta"
channel: "stable"
- name: "Show Dart SDK version"
run: dart --version
- name: "Show Flutter SDK version"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: "Install Flutter and Dart SDK"
uses: subosito/flutter-action@v1.5.3
with:
channel: "beta"
channel: "stable"
- name: "Show Dart SDK version"
run: dart --version
- name: "Show Flutter SDK version"
Expand Down

0 comments on commit d557bfd

Please sign in to comment.