From 6d22f5989a39e94c8ac48ecdebf5e78a2026e28f Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Mon, 19 Dec 2022 15:16:49 -0800 Subject: [PATCH] [ci] Roll tooling to 0.13.2 (#2964) Picks up minor improvements, most notably understanding that Pigeon's platform_tests are dev-only changes that don't need changelog or version updates. --- .ci/scripts/prepare_tool.sh | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/scripts/prepare_tool.sh b/.ci/scripts/prepare_tool.sh index 6ab8dbcd7d..30ea0db583 100755 --- a/.ci/scripts/prepare_tool.sh +++ b/.ci/scripts/prepare_tool.sh @@ -8,4 +8,4 @@ git fetch origin main # Pinned version of the plugin tools, to avoid breakage in this repository # when pushing updates from flutter/plugins. -dart pub global activate flutter_plugin_tools 0.13.0 +dart pub global activate flutter_plugin_tools 0.13.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66558369ce..97ab18c937 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version. - name: Set up tools - run: dart pub global activate flutter_plugin_tools 0.13.0 + run: dart pub global activate flutter_plugin_tools 0.13.2 # # This workflow should be the last to run. So wait for all the other tests to succeed. - name: Wait on all tests