Skip to content

Commit caa0743

Browse files
committed
Don't run cleanup script on WordPress deploy
1 parent 104f82d commit caa0743

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/svn-deploy-plugin-on-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ jobs:
6767
- name: Install PHP Dependencies
6868
run: composer install --prefer-dist --no-progress --no-suggest --no-dev --optimize-autoloader
6969

70-
- name: Remove development files
71-
run: .github/scripts/cleanup.sh
72-
7370
- name: WordPress Plugin Deploy
7471
uses: 10up/action-wordpress-plugin-deploy@master
7572
env:

0 commit comments

Comments
 (0)