chore(release): remove explicit Flutter version specification in workflow

This commit is contained in:
2026-03-16 19:09:37 +01:00
parent 3c2ad5c7c6
commit c2570cdc01

View File

@@ -44,7 +44,6 @@ jobs:
- name: Setup Flutter - name: Setup Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: '3.11.0'
channel: 'stable' channel: 'stable'
- name: Install dependencies - name: Install dependencies