Skip to content

Commit

Permalink
[ci] Roll repo tooling to 0.12.1 (flutter#2751)
Browse files Browse the repository at this point in the history
Picks up the workaround for
dart-lang/pub#3618
  • Loading branch information
stuartmorgan authored Oct 31, 2022
1 parent debcfa3 commit cd818ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/scripts/prepare_tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0
dart pub global activate flutter_plugin_tools 0.12.1
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:
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.12.0
run: dart pub global activate flutter_plugin_tools 0.12.1

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

0 comments on commit cd818ba

Please sign in to comment.