File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 31
31
- name : Install dependencies
32
32
run : flutter pub get
33
33
- name : Format code
34
- run : flutter format --dry-run --set-exit-if-changed .
34
+ run : dart format --set-exit-if-changed .
35
35
- name : Analyze static code
36
36
run : flutter analyze
37
37
# - name: Run tests
46
46
flutter build web
47
47
48
48
# - name: Upload coverage to Codecov
49
- # if: ${{ matrix.channel == 'stable' }}
50
49
# uses: codecov/codecov-action@v3
51
50
# with:
52
51
# files: coverage/lcov.info
69
68
channel : ' stable'
70
69
- name : Publish package
71
70
run : dart pub publish -v -f
72
- - name : Build changelog
73
- id : github_release
74
- uses : mikepenz/release-changelog-builder-action@v3
75
- env :
76
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
77
- - name : Create release
78
- uses : softprops/action-gh-release@v1
79
- with :
80
- body : ${{steps.github_release.outputs.changelog}}
81
71
You can’t perform that action at this time.
0 commit comments