Skip to content

Commit

Permalink
ci: add flutter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Apr 24, 2023
1 parent bd97a31 commit 308dc2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: Flutter action
uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Publish package
run: dart pub publish -v -f
- name: Build changelog
Expand Down

0 comments on commit 308dc2b

Please sign in to comment.