Skip to content

Commit

Permalink
chore: Set Flutter SDK version to 3.13.9 in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpamaro authored Nov 21, 2023
1 parent 6d6495b commit 8f717e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.9'
channel: 'stable'
- name: Install dependencies
run: flutter pub get
Expand All @@ -95,6 +96,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.9'
channel: 'stable'
- name: Check Publish Warnings
run: dart pub publish --dry-run
Expand Down

0 comments on commit 8f717e8

Please sign in to comment.