Skip to content

Commit

Permalink
(ci) Fix pub check task
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaraujo committed Aug 11, 2022
1 parent fe2b095 commit 11e8189
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ jobs:
- name: "Pub Check"
run: |
melos exec -c 1 --no-private --ignore="*example*" -- \
pub publish --dry-run
dart pub publish --dry-run

0 comments on commit 11e8189

Please sign in to comment.