Skip to content

Commit

Permalink
Fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-st committed Dec 18, 2024
1 parent 70a4511 commit 57629ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
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: Setup Subversion
run: sudo apt install subversion
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
Expand Down

0 comments on commit 57629ab

Please sign in to comment.