Skip to content

Commit

Permalink
Add Flutter setup to pub publishing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMamak authored Jun 9, 2023
2 parents 37ceb8b + 094b365 commit 64e0a6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bloc_presentation-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/bloc_presentation_test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 64e0a6b

Please sign in to comment.