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 3deeb7b + 726ea09 commit 29f7d1aCopy full SHA for 29f7d1a
.github/workflows/publish.yaml
@@ -20,12 +20,9 @@ jobs:
20
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
21
# Download flutter SDK - needed for publishing Flutter packages. Can also
22
# publish pure Dart packages.
23
- #
24
- # The dart binary from a Flutter SDK facilitates publishing both Flutter
25
- # and pure-dart packages.
26
- - uses: flutter-actions/setup-flutter@d4e97a6e7467ef062618c9af927f90bc9651b876
27
- with:
28
- cache: false
+ - name: Set up Flutter
+ uses: ./.github/actions/setup-flutter
+
29
# Minimal package setup and dry run checks.
30
- name: Install dependencies
31
run: dart pub get
0 commit comments