Skip to content

Commit 89b2fec

Browse files
[ci] Roll tooling to 0.13.4+2 (#3132)
Picks up the improved post-submit branch detection, so that postsubmit in LUCI will only run for changed packages as intended.
1 parent 56c891e commit 89b2fec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/scripts/prepare_tool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ git fetch origin main
88

99
# Pinned version of the plugin tools, to avoid breakage in this repository
1010
# when pushing updates from flutter/plugins.
11-
dart pub global activate flutter_plugin_tools 0.13.4
11+
dart pub global activate flutter_plugin_tools 0.13.4+2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version.
3333
- name: Set up tools
34-
run: dart pub global activate flutter_plugin_tools 0.13.4
34+
run: dart pub global activate flutter_plugin_tools 0.13.4+2
3535

3636
# # This workflow should be the last to run. So wait for all the other tests to succeed.
3737
- name: Wait on all tests

0 commit comments

Comments
 (0)