Skip to content

Commit 179928a

Browse files
Update release step to 3.16 (flutter#5416)
The last commit failed to publish because it requires 3.16, and `release` is still using 3.13.
1 parent 42dbb75 commit 179928a

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.13.0 _flutter
34+
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.16.0 _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)