We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c6719 commit 055f5f9Copy full SHA for 055f5f9
.github/workflows/pre-merge-checks.yml
@@ -59,13 +59,4 @@ jobs:
59
60
# Check if package can be published
61
- name: Check publication readiness
62
- run: |
63
- ISSUES=$(flutter pub publish --dry-run 2>&1 | grep -i "error\|warning" || true)
64
- if [ ! -z "$ISSUES" ]; then
65
- echo "Publication issues found:"
66
- echo "$ISSUES"
67
- echo "Please fix these issues before merging."
68
- exit 1
69
- else
70
- echo "Package is ready for publication! ✅"
71
- fi
+ run: flutter pub publish --dry-run
0 commit comments