From 2d4ad059a5714b763422a53ca59141042be8afcc Mon Sep 17 00:00:00 2001 From: dhwanish-3 <108540722+dhwanish-3@users.noreply.github.com> Date: Sat, 27 Jan 2024 18:41:17 +0530 Subject: [PATCH] added flutter setup in publish.yml --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9845385..ed5e9d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,10 @@ jobs: steps: # Checkout repository - uses: actions/checkout@v4 + # Setup Flutter SDK + - uses: subosito/flutter-action@v1 + with: + channel: 'stable' # Setup Dart SDK with JWT token - uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d # Minimal package setup and dry run checks.