Skip to content

Commit 8ef84b6

Browse files
committed
ci: fix installing Dart dependencies in publish workflow
1 parent 7f08be8 commit 8ef84b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-couchbase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
run: dart pub global activate melos
143143

144144
- name: Install dependencies
145-
run: melos bootstrap --scope couchbase
145+
run: melos bootstrap
146146

147147
- name: Publish package
148148
working-directory: packages/couchbase

0 commit comments

Comments
 (0)