Skip to content

Commit 2302649

Browse files
authored
ci: Fix failing Flutter dry-run job due to missing changelog version entry (#857)
1 parent 9bde626 commit 2302649

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ jobs:
8383
steps:
8484
- name: Checkout code
8585
uses: actions/checkout@v3
86-
- name: Setup dart
87-
uses: dart-lang/setup-dart@v1
86+
- name: Setup flutter
87+
uses: subosito/flutter-action@v2
88+
with:
89+
cache: true
8890
- name: publish dry run
8991
run: cd packages/flutter && dart pub publish --dry-run
9092
check-flutter:

packages/flutter/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased (master branch)
1+
## 4.0.0 (unreleased)
22

33
### BREAKING CHANGES
44

0 commit comments

Comments
 (0)