subosito/flutter-action

Allow for specifying only MAJOR.MINOR Flutter version (without the "x" suffix)

Opened this issue · 0 comments

Allow for specifying Flutter version like this:

- name: Set up Flutter
  uses: subosito/flutter-action@v2
  with:
    channel: stable
    flutter-version: 3.19.x

in addition to the aleady supported:

- name: Set up Flutter
  uses: subosito/flutter-action@v2
  with:
    channel: stable
    flutter-version: 3.19.x