Print dart and flutter versions when building releases

This commit is contained in:
Roland Geider
2021-05-13 13:20:06 +02:00
parent b90d0a0008
commit bbfdbd45d0
2 changed files with 4 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ jobs:
with:
channel: 'stable'
- run: dart --version
- run: flutter --version
- name: Install Flutter dependencies
run: flutter pub get

View File

@@ -13,7 +13,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.3'
channel: 'stable'
- run: dart --version
- run: flutter --version