mirror of
https://github.com/flutter/packages.git
synced 2025-06-27 21:28:33 +08:00
Update release action Flutter version to 3.13.0 (#4745)
The new package `two_dimensional_scrollables` requires a minimum Flutter version of `3.13.0`, so this bumps the Flutter version of the release action to `3.13.0`.
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
# the change if it doesn't.
|
||||
run: |
|
||||
cd $HOME
|
||||
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.10.0 _flutter
|
||||
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.13.0 _flutter
|
||||
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
|
||||
cd $GITHUB_WORKSPACE
|
||||
# Checks out a copy of the repo.
|
||||
|
Reference in New Issue
Block a user