Skip to content

Commit

Permalink
Fix for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisedg87 committed Jun 17, 2024
1 parent a65c3f9 commit aa78722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: dart pub get
run: flutter pub get
- name: Publish
run: dart pub publish
run: flutter pub publish

0 comments on commit aa78722

Please sign in to comment.