diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 61eb7d3..22e3ded 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,6 +35,11 @@ jobs: - name: Build plugin run: npm run build + - name: Install SVN + run: | + sudo apt-get update + sudo apt-get install subversion + - name: Deploy plugin to WordPress Plugin Directory uses: 10up/action-wordpress-plugin-deploy@stable id: deploy