Skip to content

Commit b920546

Browse files
ci: update pipeline
1 parent d6beb12 commit b920546

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: flutter pub get
3333
- name: Format code
34-
run: flutter format --dry-run --set-exit-if-changed .
34+
run: dart format --set-exit-if-changed .
3535
- name: Analyze static code
3636
run: flutter analyze
3737
- name: Run tests
@@ -66,12 +66,3 @@ jobs:
6666
channel: "stable"
6767
- name: Publish package
6868
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

Comments
 (0)