Skip to content

Commit

Permalink
Merge pull request #105 from pressidium/next
Browse files Browse the repository at this point in the history
GitHub Actions workflow - Install SVN
  • Loading branch information
over-engineer authored Dec 12, 2024
2 parents 6d031b6 + 9b3e53e commit de99835
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 @@ -35,6 +35,11 @@ jobs:
- name: Build plugin
run: npm run build

- name: Install SVN
run: |
sudo apt-get update
sudo apt-get install subversion
- name: Deploy plugin to WordPress Plugin Directory
uses: 10up/action-wordpress-plugin-deploy@stable
id: deploy
Expand Down

0 comments on commit de99835

Please sign in to comment.