From 179928a1f7ccfd2c69935a483c7d2b70237336f2 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Fri, 17 Nov 2023 06:46:25 -0800 Subject: [PATCH] Update release step to 3.16 (#5416) The last commit failed to publish because it requires 3.16, and `release` is still using 3.13. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2e8c45e1b62..be8eaec11cf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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.