Skip to content

Commit 209677f

Browse files
Update publish.yml
1 parent d5e9011 commit 209677f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,10 @@ jobs:
99
- uses: actions/checkout@v2
1010
- name: Install Flutter
1111
uses: subosito/flutter-action@v2
12-
with:
13-
flutter-version: '3.3.3'
14-
cache: true
1512
- name: Install dependencies
1613
run: flutter pub get
17-
- name: Analyze
18-
run: flutter analyze
19-
- name: Run tests
20-
run: flutter test
2114
- name: Format code
2215
run: dart format --fix .
23-
- name: Check Publish Warnings
24-
run: dart pub publish --dry-run
2516
- name: Publish
2617
uses: k-paxian/dart-package-publisher@v1.5.1
2718
with:

0 commit comments

Comments
 (0)