We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 330e85a + b62701c commit c0c2c96Copy full SHA for c0c2c96
1 file changed
.github/workflows/stable.yml
@@ -143,6 +143,8 @@ jobs:
143
run: |
144
unzip -q ${{ steps.vars.outputs.package-name }}.zip
145
ls -la ${{ secrets.SLUG }}/
146
+ - name: Install SVN
147
+ run: sudo apt-get update && sudo apt-get install -y subversion
148
- name: Deploy to WordPress.org
149
150
SVN_URL="https://plugins.svn.wordpress.org/${SLUG}/"
0 commit comments