Skip to content

Commit 91b24ad

Browse files
ci: update pipelines
1 parent 75e8600 commit 91b24ad

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 11 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
@@ -46,7 +46,6 @@ jobs:
4646
flutter build web
4747
4848
# - name: Upload coverage to Codecov
49-
# if: ${{ matrix.channel == 'stable' }}
5049
# uses: codecov/codecov-action@v3
5150
# with:
5251
# files: coverage/lcov.info
@@ -69,13 +68,4 @@ jobs:
6968
channel: 'stable'
7069
- name: Publish package
7170
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}}
8171

0 commit comments

Comments
 (0)