File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,15 @@ jobs:
47
47
cd example
48
48
flutter build appbundle --debug
49
49
flutter build ios --debug --no-codesign
50
+ flutter build web
50
51
51
- - name : Upload coverage to Codecov
52
- if : ${{ matrix.channel == 'stable' }}
53
- uses : codecov/codecov-action@v3
54
- with :
55
- files : coverage/lcov.info
56
- flags : unittests
57
- name : form_builder_file_picker
52
+ # - name: Upload coverage to Codecov
53
+ # if: ${{ matrix.channel == 'stable' }}
54
+ # uses: codecov/codecov-action@v3
55
+ # with:
56
+ # files: coverage/lcov.info
57
+ # flags: unittests
58
+ # name: form_builder_file_picker
58
59
59
60
deployment :
60
61
if : ${{ github.ref_type == 'tag' }}
78
79
sh ./tool/pub_login.sh
79
80
- name : Publish package
80
81
run : dart pub publish -v -f
82
+ - name : Build changelog
83
+ id : github_release
84
+ uses : mikepenz/release-changelog-builder-action@v3
85
+ env :
86
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
87
+ - name : Create release
88
+ uses : softprops/action-gh-release@v0.1.14
89
+ with :
90
+ body : ${{steps.github_release.outputs.changelog}}
91
+
You can’t perform that action at this time.
0 commit comments