Skip to content

Commit

Permalink
chore(workflows): add Subversion installation step to deployment work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
timohubois committed Dec 12, 2024
1 parent a87e93e commit 2743dc2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
name: New tag
runs-on: ubuntu-latest
steps:
- name: Install Subversion
run: sudo apt-get install subversion
- name: Checkout code
uses: actions/checkout@v4
- name: WordPress Plugin Deploy
Expand Down

0 comments on commit 2743dc2

Please sign in to comment.