Skip to content

Commit 0322bdd

Browse files
committed
Merge branch 'main' into chore/bump-versions
2 parents baa6592 + bbb0ab1 commit 0322bdd

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)