Skip to content

Commit

Permalink
Update deploy-on-pushing-a-new-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adegans authored Dec 17, 2024
1 parent 761cfac commit f73f598
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-on-pushing-a-new-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- 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
with:
Expand Down

0 comments on commit f73f598

Please sign in to comment.