Skip to content

Commit

Permalink
add pubspec version to google_fonts update
Browse files Browse the repository at this point in the history
  • Loading branch information
guidezpl committed Mar 1, 2024
1 parent 5a46423 commit 4d844cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/google_fonts_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ jobs:
working-directory: packages/google_fonts

- run: dart pub global activate cider

- run: dart generator/generator.dart
working-directory: packages/google_fonts

- run: cider version
id: new_version
working-directory: packages/google_fonts

- run: dart format
working-directory: packages/google_fonts

Expand Down Expand Up @@ -64,7 +69,7 @@ jobs:
branch: create-pull-request/update
delete-branch: true
author: material-robot <[email protected]>
title: Update `google_fonts`s fonts
title: Update `google_fonts` to ${{ steps.new_version.outputs.result }}
body: |
# Summary
${{ steps.get_families_diff.outputs.result }}
Expand Down

0 comments on commit 4d844cd

Please sign in to comment.