Skip to content

Commit d3620a3

Browse files
committed
Updated deploy script
1 parent 83da8c4 commit d3620a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
name: New release
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Install Subversion
11+
run: sudo apt-get update && sudo apt-get install -y subversion
1012
- name: Checkout code
1113
uses: actions/checkout@v2
1214
- name: WordPress Plugin Deploy

0 commit comments

Comments
 (0)