Skip to content

Commit

Permalink
Bump release to use 3.16.6 (flutter#5886)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stuartmorgan authored Jan 16, 2024
1 parent dd7b3a3 commit 7dd0fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0 _flutter
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.16.6 _flutter
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
cd $GITHUB_WORKSPACE
# Checks out a copy of the repo.
Expand Down

0 comments on commit 7dd0fcb

Please sign in to comment.