File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build MkDocs
22on :
33 workflow_dispatch :
4+ workflow_run :
5+ workflows : ["Publish new plugin version"]
6+ types :
7+ - completed
48 push :
59 branches :
610 - release
Original file line number Diff line number Diff line change 11name : Publish new plugin version
22on :
3+ workflow_run :
4+ workflows : ["Perform static code analysis through Dart CLI"]
5+ types :
6+ - completed
37 workflow_dispatch :
48 push :
59 branches :
3539 PUB_CREDENTIALS : ${{ secrets.PUB_CREDENTIALS }}
3640
3741 - name : Publish
38- run : dart pub publish --force
42+ run : dart pub publish --dry-run
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - uses : actions/checkout@v2
20- - uses : dart-lang/setup-dart@v1
2120 - uses : subosito/flutter-action@v2
2221 with :
2322 flutter-version : " 2.10.0"
3130 run : flutter pub get
3231
3332 - name : Run static dart analysis with fatal infos
34- run : dart analyze --fatal-infos
33+ run : flutter analyze --fatal-infos
You can’t perform that action at this time.
0 commit comments