Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Remove the flutter version pin.
  • Loading branch information
pinkfish authored Mar 4, 2021
1 parent aae5f15 commit 092b253
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
cmd: yq w -i pubspec.yaml 'version' "${GITHUB_REF#refs/tags/}"
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.17.1'
channel: 'stable'
- run: dart --version
- run: flutter --version
Expand Down

0 comments on commit 092b253

Please sign in to comment.