Skip to content

Commit 7dd0fcb

Browse files
Bump release to use 3.16.6 (#5886)
google_maps_flutter_ios now requires 3.16.6, so we need to bump the release script so that it can be published by CI. Fixes the tree.
1 parent dd7b3a3 commit 7dd0fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# the change if it doesn't.
3232
run: |
3333
cd $HOME
34-
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.16.0 _flutter
34+
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.16.6 _flutter
3535
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
3636
cd $GITHUB_WORKSPACE
3737
# Checks out a copy of the repo.

0 commit comments

Comments
 (0)