Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- "powersync_flutter_libs-v[0-9]+.[0-9]+.[0-9]+*"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
publish-packages:
name: Publish packages
Expand All @@ -28,6 +32,9 @@ jobs:
- name: Install melos
run: flutter pub global activate melos

- name: Install dependencies
run: melos bootstrap

- name: Set powersync core version
run: echo "CORE_VERSION=v0.1.8" >> $GITHUB_ENV

Expand Down