Skip to content

Commit 212f907

Browse files
authored
Install SVN in release workflow (#2916)
2 parents e45fc2d + efdae14 commit 212f907

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
run: |
3939
node scripts/create-release.mjs wp-job-manager ${{ github.event.number }}
4040
cd build && unzip -q wp-job-manager.zip
41+
- name: Install SVN
42+
run: sudo apt-get update && sudo apt-get install -y subversion
4143
- name: Deploy to WordPress.org
4244
uses: 10up/action-wordpress-plugin-deploy@abb939a0d0bfd01063e8d1933833209201557381
4345
env:

0 commit comments

Comments
 (0)