Skip to content

Commit

Permalink
Update release step to 3.16 (#5416)
Browse files Browse the repository at this point in the history
The last commit failed to publish because it requires 3.16, and `release` is still using 3.13.
  • Loading branch information
stuartmorgan authored Nov 17, 2023
1 parent 42dbb75 commit 179928a
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.13.0 _flutter
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.16.0 _flutter
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
cd $GITHUB_WORKSPACE
# Checks out a copy of the repo.
Expand Down

0 comments on commit 179928a

Please sign in to comment.