subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.23k stars 199 forks source link

Trying to use flutter version 2.2.1 #98

Closed josh-gree closed 3 years ago

josh-gree commented 3 years ago

Hi I would like to be able to use most recent version of flutter - with subosito/flutter-action@v1 I get the following error;

unable to find release for 2.2.1'

In #85 it suggests to use subosito/flutter-action@v1.5 but this gives the following error;

Unable to resolve action `subosito/flutter-action@v1.5`, unable to find version `v1.5`

Any help would be appreciated.

ndahlquist commented 3 years ago

I think the problem might be "v1.5.0" vs "v1.5". This is working for me: subosito/flutter-action@v1.5.0

subosito commented 3 years ago

We didn't release v1.5; we support major version like v1 and more specific version like v1.5.0.

This issue is related to #99 issue. Please wait until the issue is resolved.

subosito commented 3 years ago

Just merged the #100 and released v1.5.1 as well as updated v1. Please retry.