We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fe6204 + 1f3b730 commit 5b3ed88Copy full SHA for 5b3ed88
.github/workflows/publish.yml
@@ -19,8 +19,14 @@ jobs:
19
20
- uses: dart-lang/setup-dart@v1 # Creates and configures token for publishing
21
22
+ - name: Install Flutter
23
+ uses: subosito/flutter-action@v2
24
+ with:
25
+ flutter-version: "3.x"
26
+ channel: "stable"
27
+
28
- name: Install melos
- run: dart pub global activate melos
29
+ run: flutter pub global activate melos
30
31
- name: Set powersync core version
32
run: echo "CORE_VERSION=v0.1.8" >> $GITHUB_ENV
0 commit comments