From ba0031bdf0ce142f42f7fd9b291dc3f6b7715d4f Mon Sep 17 00:00:00 2001 From: mbfakourii Date: Wed, 18 Dec 2024 22:19:29 +0330 Subject: [PATCH 1/2] fix: release-automated cli --- .github/workflows/release-automated.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index a06b95af..84264289 100644 --- a/.github/workflows/release-automated.yml +++ b/.github/workflows/release-automated.yml @@ -26,13 +26,13 @@ jobs: - name: Setup dart uses: dart-lang/setup-dart@v1 with: - sdk: '3.0' + sdk: '3.2.6' - name: Setup flutter if: env.package == 'flutter' uses: subosito/flutter-action@v2 with: - channel: 'stable' - cache: true + channel: stable + flutter-version: 3.16.9 - name: Install dart dependencies run: dart pub get --directory 'packages/dart' - name: Install flutter dependencies From 6444608824d982af6ce5cf42a2c97362f6afbd1b Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:35:33 +0100 Subject: [PATCH 2/2] Update .github/workflows/release-automated.yml --- .github/workflows/release-automated.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index 84264289..87cb5bfc 100644 --- a/.github/workflows/release-automated.yml +++ b/.github/workflows/release-automated.yml @@ -31,6 +31,7 @@ jobs: if: env.package == 'flutter' uses: subosito/flutter-action@v2 with: + cache: true channel: stable flutter-version: 3.16.9 - name: Install dart dependencies