remove hardcoded Flutter version from release workflow

This commit is contained in:
Dr-Blank 2024-09-18 00:44:22 -04:00
parent 72b6e73e04
commit e9dd544393
No known key found for this signature in database
GPG key ID: 7452CC63F210A266

View file

@ -33,7 +33,6 @@ jobs:
- name: Set up Flutter - name: Set up Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: "3.24.1"
channel: "stable" channel: "stable"
- name: Install dependencies - name: Install dependencies