Skip to content

Commit

Permalink
Update deploy-on-pushing-a-new-tag.yml
Browse files Browse the repository at this point in the history
Version 2.2.2 to include SVN
  • Loading branch information
adegans authored Dec 17, 2024
1 parent bdd6f94 commit 5699cbe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .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 All @@ -17,4 +21,4 @@ jobs:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: ${{ secrets.PLUGIN_SLUG }}


0 comments on commit 5699cbe

Please sign in to comment.