Skip to content

Commit 29f7d1a

Browse files
authored
Merge pull request #23 from plaidev/feat/back-link
ci: refactor Flutter SDK setup in publish workflow to use local action
2 parents 3deeb7b + 726ea09 commit 29f7d1a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@ jobs:
2020
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2121
# Download flutter SDK - needed for publishing Flutter packages. Can also
2222
# 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
23+
- name: Set up Flutter
24+
uses: ./.github/actions/setup-flutter
25+
2926
# Minimal package setup and dry run checks.
3027
- name: Install dependencies
3128
run: dart pub get

0 commit comments

Comments
 (0)