Skip to content

Commit 1eeda1a

Browse files
authored
Merge pull request #2 from mixpanel/github-actions
add analyze and publish with dry run
2 parents 1a51ab0 + 588cb8e commit 1eeda1a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/flutter.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ jobs:
1919
flutter-version: '1.22.4'
2020
- run: flutter pub get
2121
- run: flutter test
22+
- run: flutter analyze --no-pub --no-current-package lib
23+
- run: mv docs doc
24+
- run: dart pub publish --dry-run
25+
- run: mv doc docs
26+
2227

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
## 1.0.0
2-
3-
- This is our first release! 🎉🎉🎉
2+
- 🚀 This is our first release! 🎉🎉🎉
43
Report issues or give us any feedback is appreciated!
54
- [integration guide](https://developer.mixpanel.com/docs/flutter)
65
- [full API reference](https://mixpanel.github.io/mixpanel-flutter)

0 commit comments

Comments
 (0)