From 094b365624313066d8a14216fb4f67683d0c6941 Mon Sep 17 00:00:00 2001 From: Krzysztof Mamak Date: Fri, 9 Jun 2023 12:11:44 +0200 Subject: [PATCH] Add Flutter setup to pub publishing workflows --- .github/workflows/bloc_presentation-publish.yml | 6 ++++++ .github/workflows/bloc_presentation_test-publish.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/bloc_presentation-publish.yml b/.github/workflows/bloc_presentation-publish.yml index b6a67db..46d7e6a 100644 --- a/.github/workflows/bloc_presentation-publish.yml +++ b/.github/workflows/bloc_presentation-publish.yml @@ -27,6 +27,12 @@ jobs: with: sdk: 3.0.0 + - name: Set up Flutter + uses: subosito/flutter-action@v2 + with: + flutter-version: 3.10.0 + cache: true + - name: Publish and release uses: leancodepl/mobile-tools/.github/actions/pub-release@pub-release-v1 with: diff --git a/.github/workflows/bloc_presentation_test-publish.yml b/.github/workflows/bloc_presentation_test-publish.yml index 38e9523..b8ade20 100644 --- a/.github/workflows/bloc_presentation_test-publish.yml +++ b/.github/workflows/bloc_presentation_test-publish.yml @@ -27,6 +27,12 @@ jobs: with: sdk: 3.0.0 + - name: Set up Flutter + uses: subosito/flutter-action@v2 + with: + flutter-version: 3.10.0 + cache: true + - name: Publish and release uses: leancodepl/mobile-tools/.github/actions/pub-release@pub-release-v1 with: