Skip to content

Commit

Permalink
Merge pull request #33 from BeycanPress/alpha
Browse files Browse the repository at this point in the history
added svn install command
  • Loading branch information
0xBeycan authored Dec 28, 2024
2 parents 41b47ee + b9eca6d commit e34391f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-wordpres.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
echo "UPLOAD_URL=$upload_url" >> $GITHUB_ENV
echo "RELEASE_ID=$latest_release_id" >> $GITHUB_ENV
echo "RELEASE_VERSION=$latest_release_version" >> $GITHUB_ENV
- name: Install Subversion (SVN)
run: sudo apt-get update && sudo apt-get install -y subversion

- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
Expand Down

0 comments on commit e34391f

Please sign in to comment.