Skip to content

Commit ea9a6c6

Browse files
committed
fix(workflow): remove debug echos
1 parent d69d327 commit ea9a6c6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/flutter-package.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,6 @@ jobs:
7676
# Update version
7777
sed -i "s/^version: .*/version: $VERSION/" $FLUTTER_DIR/pubspec.yaml
7878
79-
# Debug: show files before publishing
80-
echo "=== .pubignore contents ==="
81-
cat $FLUTTER_DIR/.pubignore || echo "No .pubignore found"
82-
echo ""
83-
echo "=== native_libraries contents ==="
84-
find $FLUTTER_DIR/native_libraries -type f 2>/dev/null || echo "No native_libraries found"
85-
echo ""
86-
echo "=== Full package tree ==="
87-
find $FLUTTER_DIR -type f | head -50
88-
8979
# Publish to pub.dev
9080
cd $FLUTTER_DIR
9181
dart pub get

0 commit comments

Comments
 (0)