File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ jobs:
49
49
flutter build ios --debug --no-codesign
50
50
flutter build web
51
51
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 : flutter_form_builder
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_image_picker
59
59
60
60
deployment :
61
61
if : ${{ github.ref_type == 'tag' }}
79
79
sh ./tool/pub_login.sh
80
80
- name : Publish package
81
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
+
89
+ with :
90
+ body : ${{steps.github_release.outputs.changelog}}
91
+
You can’t perform that action at this time.
0 commit comments