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.
1 parent eab4e98 commit 25d85edCopy full SHA for 25d85ed
.github/workflows/deploy.yml
@@ -20,14 +20,18 @@ jobs:
20
with:
21
ref: ${{ inputs.ref }}
22
23
- - name: Setup Dart
24
- uses: dart-lang/setup-dart@v1
+ - name: Setup Flutter SDK
+ uses: flutter-actions/setup-flutter@v3
25
+ with:
26
+ channel: stable
27
+ version: 3.0.2
28
+
29
30
- name: Deploy platform_interface
31
run: |
32
cd ortto_flutter_sdk_platform_interface
- dart pub get
- dart pub publish --dry-run
33
+ flutter pub get
34
+ flutter pub publish --dry-run
35
36
- name: Deploy sdk_ios
37
0 commit comments