Skip to content

Commit 1b1e952

Browse files
authored
refactor(repo): external releases should only use pub dependencies. (#2245)
1 parent 73fcf6e commit 1b1e952

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/distribute_external.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ jobs:
7474
cache: true
7575
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
7676

77-
- name: "Install Tools"
78-
run: flutter pub global activate melos
79-
80-
- name: "Bootstrap Workspace"
81-
run: melos bootstrap
82-
8377
- name: Setup Ruby
8478
uses: ruby/setup-ruby@v1
8579
with:
@@ -116,13 +110,7 @@ jobs:
116110
channel: stable
117111
cache: true
118112
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
119-
120-
- name: "Install Tools"
121-
run: flutter pub global activate melos
122-
123-
- name: "Bootstrap Workspace"
124-
run: melos bootstrap
125-
113+
126114
- name: Setup Ruby
127115
uses: ruby/setup-ruby@v1
128116
with:

0 commit comments

Comments
 (0)