From fbd6a0f54444cc3873c5c69560dd1e5b58ddceb5 Mon Sep 17 00:00:00 2001 From: Lee Willis Date: Tue, 14 Mar 2023 13:22:08 +0000 Subject: [PATCH] Deploy fix --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 2a91300..4e25e48 100755 --- a/deploy.sh +++ b/deploy.sh @@ -91,7 +91,7 @@ cd $SVNPATH svn copy trunk/ tags/$NEWVERSION1/ # Remove wp.org assets from tagged version -rm tags/$NEWVERSION1/assets/* +ls tags/$NEWVERSION1/assets/* | xargs svn delete cd $SVNPATH/tags/$NEWVERSION1 svn commit --username=$SVNUSER -m "Tagging version $NEWVERSION1"