Skip to content

Commit 01b9a3f

Browse files
authored
fix: release action to install svn
1 parent 2d68dbe commit 01b9a3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v2
12+
- name: Install SVN ( Subversion )
13+
run: |
14+
sudo apt-get update
15+
sudo apt-get install subversion
1216
- name: WordPress Plugin Deploy
1317
id: deploy
1418
uses: 10up/action-wordpress-plugin-deploy@stable

0 commit comments

Comments
 (0)