Skip to content

Commit 7d0bd3c

Browse files
committed
v2.1.3
1 parent 8e7281a commit 7d0bd3c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ jobs:
2121
- name: Get dependencies
2222
run: flutter pub get
2323

24-
- name: Analyze code
25-
run: flutter analyze
26-
2724
- name: Format code
28-
run: dart format --fix .
25+
run: dart format .
2926

3027
- name: Check publish warnings
3128
run: dart pub publish --dry-run
3229

3330
- name: Publish package
34-
uses: k-paxian/dart-package-publisher@v1.5.1
31+
uses: k-paxian/dart-package-publisher@master
3532
with:
3633
credentialJson: ${{ secrets.CREDENTIAL_SECRET }}
3734
flutter: true

0 commit comments

Comments
 (0)