Skip to content

Commit

Permalink
Update GitHub action to install SVN before deploy to WordPress.org
Browse files Browse the repository at this point in the history
  • Loading branch information
raamdev committed Dec 3, 2024
1 parent 2995e39 commit ed23f9e
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 ed23f9e

Please sign in to comment.