Skip to content

Commit

Permalink
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
@@ -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:
6 changes: 6 additions & 0 deletions .github/workflows/bloc_presentation_test-publish.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 094b365

Please sign in to comment.