Skip to content

Commit 99019e1

Browse files
chore: apply suggestions from code review
Co-authored-by: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com>
1 parent f043de9 commit 99019e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 --git-ref main
117+
dart pub global activate very_good_cli 1.1.1
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 --git-ref main
123+
dart pub global activate very_good_cli 1.1.1
124124
very_good packages get --recursive --ignore=${{inputs.package_get_excludes}}
125125
126126
- name: ⚙️ Run Setup

0 commit comments

Comments
 (0)