Skip to content

Commit e6b3ef2

Browse files
authored
Merge pull request #175 from Automattic/update/deploy-action
Update GitHub action to install SVN before deploy to WordPress.org
2 parents 2995e39 + ed23f9e commit e6b3ef2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

17+
- name: Install SVN ( Subversion )
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install subversion
21+
1722
- name: WordPress Plugin Deploy
1823
uses: 10up/action-wordpress-plugin-deploy@stable
1924
env:

0 commit comments

Comments
 (0)