Skip to content

Commit

Permalink
Update publish.yaml (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Feb 7, 2025
1 parent f9a0576 commit a4c1c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Import Sorter Check
run: dart run import_sorter:main --no-comments --exit-if-changed
- name: Dart Analyze Check
run: flutter analyze
run: flutter analyze --no-fatal-infos
#- name: Check Publish Warnings
# run: dart pub publish --dry-run
- name: Publish
Expand Down

0 comments on commit a4c1c2b

Please sign in to comment.