Skip to content

Commit 5b3ed88

Browse files
authored
Merge pull request #144 from powersync-ja/fix/install-flutter-for-melos-publish
fix: Download Flutter for package publishing
2 parents 7fe6204 + 1f3b730 commit 5b3ed88

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,14 @@ jobs:
1919

2020
- uses: dart-lang/setup-dart@v1 # Creates and configures token for publishing
2121

22+
- name: Install Flutter
23+
uses: subosito/flutter-action@v2
24+
with:
25+
flutter-version: "3.x"
26+
channel: "stable"
27+
2228
- name: Install melos
23-
run: dart pub global activate melos
29+
run: flutter pub global activate melos
2430

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

0 commit comments

Comments
 (0)