We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6970a commit 409ee43Copy full SHA for 409ee43
1 file changed
.github/workflows/deploy-new-version-wp-org.yml
@@ -59,6 +59,9 @@ jobs:
59
runs-on: ubuntu-latest
60
needs: [build-plugin]
61
steps:
62
+ - name: Install SVN
63
+ run: sudo apt-get update && sudo apt-get install -y subversion
64
+
65
- uses: actions/download-artifact@v4
66
with:
67
name: visualcomposer.zip
@@ -88,6 +91,9 @@ jobs:
88
91
needs: [build-dev-plugin, deploy]
89
92
90
93
94
95
96
97
98
99
name: visualcomposer-dev.zip
0 commit comments