Skip to content

Commit 1b5215a

Browse files
committed
fix(ci): install subversion before SVN deploy step
1 parent 1b538d6 commit 1b5215a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ jobs:
152152
run: |
153153
unzip -o build/ultimate-multisite-${{ env.VERSION }}.zip -d .
154154
155+
- name: Install SVN
156+
run: sudo apt-get update && sudo apt-get install -y subversion
157+
155158
- name: Deploy to WordPress.org SVN (shallow)
156159
env:
157160
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)