Skip to content
Prev Previous commit
Next Next commit
Update version used for publishing
  • Loading branch information
stuartmorgan-g committed May 14, 2024
commit e83e51da77505dbb09f0186823301e96eab9db16
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.19.0 _flutter
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.22.0 _flutter
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
cd $GITHUB_WORKSPACE
# Checks out a copy of the repo.
Expand Down