Skip to content

Commit

Permalink
ci: fix update templates workflow (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Feb 7, 2023
1 parent 3cc7c20 commit 1520866
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

- uses: dart-lang/setup-dart@v1

- name: Install mason
run: dart pub global activate mason

- name: Bump templates
run: tool/generate_bundles.sh

Expand Down

0 comments on commit 1520866

Please sign in to comment.