Skip to content

Commit

Permalink
Re-add setup-dart action to publish #14
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Apr 12, 2023
1 parent d2fb1e4 commit 6e312d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# setup-dart is required to be able to use GitHub Automated Publishing
- name: Setup Dart
uses: dart-lang/setup-dart@v1
with:
sdk: 2.18.6

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 6e312d2

Please sign in to comment.