Skip to content

Commit

Permalink
add install svn step as its not included by default anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfame committed Jan 7, 2025
1 parent 3c995ea commit 5957802
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
# what will be uploaded to SVN.
run: ./bin/create-release-artifacts.sh ${{ inputs.version }}

- name: Install Subversion
run: sudo apt-get install subversion -y

- name: Deploy to plugin directory
uses: 10up/action-wordpress-plugin-deploy@stable
with:
Expand Down

0 comments on commit 5957802

Please sign in to comment.