We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e69d6e commit 33aa024Copy full SHA for 33aa024
2 files changed
.github/workflows/dart_package.yml
@@ -114,7 +114,7 @@ jobs:
114
115
- name: 📦 Install Dependencies
116
run: |
117
- dart pub global activate --source git https://github.com/VeryGoodOpenSource/very_good_cli.git
+ dart pub global activate very_good_cli
118
dart pub get ${{(inputs.no_example && '--no-example') || ''}}
119
120
- name: ⚙️ Run Setup
.github/workflows/flutter_package.yml
@@ -120,7 +120,7 @@ jobs:
121
122
123
124
very_good packages get --recursive --ignore=${{inputs.package_get_excludes}}
125
126
0 commit comments