Skip to content

Commit bbb0ab1

Browse files
authored
Merge pull request #145 from powersync-ja/fix/melos-bootstrap-before-publish
fix: Run melos bootstrap before publishing
2 parents 5b3ed88 + ec62478 commit bbb0ab1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- "powersync_flutter_libs-v[0-9]+.[0-9]+.[0-9]+*"
88
workflow_dispatch:
99

10+
concurrency:
11+
group: ${{ github.workflow }}
12+
cancel-in-progress: false
13+
1014
jobs:
1115
publish-packages:
1216
name: Publish packages
@@ -28,6 +32,9 @@ jobs:
2832
- name: Install melos
2933
run: flutter pub global activate melos
3034

35+
- name: Install dependencies
36+
run: melos bootstrap
37+
3138
- name: Set powersync core version
3239
run: echo "CORE_VERSION=v0.1.8" >> $GITHUB_ENV
3340

0 commit comments

Comments
 (0)