Skip to content

Commit 4c659bd

Browse files
committed
fix: run melos bootstrap before publishing
1 parent 5b3ed88 commit 4c659bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Install melos
2929
run: flutter pub global activate melos
3030

31+
- name: Install dependencies
32+
run: melos bootstrap
33+
3134
- name: Set powersync core version
3235
run: echo "CORE_VERSION=v0.1.8" >> $GITHUB_ENV
3336

0 commit comments

Comments
 (0)