Skip to content

Commit 33aa024

Browse files
committed
chore: install very_good_cli from pub
1 parent 0e69d6e commit 33aa024

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dart_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: 📦 Install Dependencies
116116
run: |
117-
dart pub global activate --source git https://github.com/VeryGoodOpenSource/very_good_cli.git
117+
dart pub global activate very_good_cli
118118
dart pub get ${{(inputs.no_example && '--no-example') || ''}}
119119
120120
- name: ⚙️ Run Setup

.github/workflows/flutter_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: 📦 Install Dependencies
122122
run: |
123-
dart pub global activate --source git https://github.com/VeryGoodOpenSource/very_good_cli.git
123+
dart pub global activate very_good_cli
124124
very_good packages get --recursive --ignore=${{inputs.package_get_excludes}}
125125
126126
- name: ⚙️ Run Setup

0 commit comments

Comments
 (0)