Skip to content

Commit

Permalink
Merge pull request #175 from Automattic/update/deploy-action
Browse files Browse the repository at this point in the history
Update GitHub action to install SVN before deploy to WordPress.org
  • Loading branch information
raamdev authored Dec 4, 2024
2 parents 2995e39 + ed23f9e commit e6b3ef2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install SVN ( Subversion )
run: |
sudo apt-get update
sudo apt-get install subversion

- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
Expand Down

0 comments on commit e6b3ef2

Please sign in to comment.