Skip to content

Commit

Permalink
fix: install dart deps before running scrips
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakiyo committed Jun 14, 2023
1 parent 0d4d17d commit cfe4a56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Tests
run: cargo test

- name: Install dart deps
run: dart pub get

- name: Pre Release script
run: dart run tools/pre-release.dart

Expand Down

0 comments on commit cfe4a56

Please sign in to comment.