-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add pubspec version to google_fonts update
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 }} | ||
|