We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6beb12 commit b920546Copy full SHA for b920546
.github/workflows/base.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: flutter pub get
33
- name: Format code
34
- run: flutter format --dry-run --set-exit-if-changed .
+ run: dart format --set-exit-if-changed .
35
- name: Analyze static code
36
run: flutter analyze
37
- name: Run tests
@@ -66,12 +66,3 @@ jobs:
66
channel: "stable"
67
- name: Publish package
68
run: dart pub publish -v -f
69
- - name: Build changelog
70
- id: github_release
71
- uses: mikepenz/release-changelog-builder-action@v3
72
- env:
73
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
- - name: Create release
75
- uses: softprops/action-gh-release@v1
76
- with:
77
- body: ${{steps.github_release.outputs.changelog}}
0 commit comments