diff --git a/.github/scripts/publish-to-wordpress-org.sh b/.github/scripts/publish-to-wordpress-org.sh index a4141bcb..51e43a8c 100644 --- a/.github/scripts/publish-to-wordpress-org.sh +++ b/.github/scripts/publish-to-wordpress-org.sh @@ -43,7 +43,7 @@ rsync -ah --progress $PLUGIN_PATH/* $SVN_PATH/trunk echo "Preparing files" cd $SVN_PATH/trunk -pwd +ls -lah echo "svn delete" svn status | grep -v '^.[ \t]*\\..*' | { grep '^!' || true; } | awk '{print $2}' | xargs -r svn delete;