Skip to content

Commit 1ece4ee

Browse files
fix(ci): add --no-example flag to dart pub get in publish workflow (#19)
Updated the install dependencies step to exclude examples.
1 parent 76bf856 commit 1ece4ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sdk: stable
2828

2929
- name: Install dependencies
30-
run: dart pub get
30+
run: dart pub get --no-example
3131

3232
- name: Verify publishing eligibility
3333
run: dart pub publish --dry-run

0 commit comments

Comments
 (0)