Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Dec 8, 2024
1 parent d479323 commit f11be02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/publish-to-wordpress-org.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f11be02

Please sign in to comment.