subosito / flutter-action

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

Bug makes it think 3.3.1 refers to 3.3.10? #199

Closed noga-dev closed 1 year ago

noga-dev commented 1 year ago

My pipe seems to fail and shows 3.3.10 being used instead of 3.3.1 even thought I have this in my workflow:

      - name: Setup Flutter
        uses: subosito/flutter-action@v2
        with:
          flutter-version: '3.3.1' # <<< bug makes it think 3.3.1 refers to 3.3.10?
          channel: 'stable'
subosito commented 1 year ago

Just pushed the fix for this on main branch, here's the test, https://github.com/subosito/flutter-action/commit/55a58f6493d41e35ff471429905d62717cb6eb61 https://github.com/subosito/flutter-action/actions/runs/4480444196/jobs/7875761801