Skip to content

Commit

Permalink
Setup flutter, replace publish in leancode_hooks-publish.yml (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-lncd authored Sep 25, 2023
1 parent f5523b1 commit 2ec3726
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/leancode_hooks-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
uses: dart-lang/setup-dart@v1
with:
sdk: 3.0.6

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.10.x
cache: true

- name: Publish
run: dart pub publish -f
- name: Publish and release
uses: leancodepl/mobile-tools/.github/actions/pub-release@pub-release-v1
with:
path: packages/leancode_hooks

0 comments on commit 2ec3726

Please sign in to comment.