Skip to content
Compare
Choose a tag to compare
@subosito subosito released this 11 Oct 09:02
· 29 commits to main since this release
v2.11.0
cc97e16

Allow git ref as version for master channel:

steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
  with:
    flutter-version: '5b12b74' # tag, commit or branch
    channel: 'master'
- run: flutter --version