Skip to content

Commit

Permalink
Update deploy-to-wordpress-org.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kotivuori authored Jan 22, 2025
1 parent c8b8943 commit 2670a7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-to-wordpress-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- name: Build
run: |
composer install --no-dev
- name: Install Subversion (SVN)
run: |
sudo apt-get update
sudo apt-get install -y subversion
- name: WordPress Plugin Deploy
id: deploy
uses: paytrail/action-wordpress-plugin-deploy@main
Expand Down

0 comments on commit 2670a7a

Please sign in to comment.