1 parent 76bf856 commit 1ece4eeCopy full SHA for 1ece4ee
1 file changed
.github/workflows/publish.yaml
@@ -27,7 +27,7 @@ jobs:
27
sdk: stable
28
29
- name: Install dependencies
30
- run: dart pub get
+ run: dart pub get --no-example
31
32
- name: Verify publishing eligibility
33
run: dart pub publish --dry-run
0 commit comments