Skip to content

Commit

Permalink
Install svn in plugin release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jan 23, 2025
1 parent cfe985e commit 8208285
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,11 @@ jobs:
name: release-assets
path: release-assets

- name: Install svn
run: |
sudo apt-get update
sudo apt-get install -y subversion
- name: Check out trunk folder
run: svn checkout $PLUGIN_REPO_URL svn --username "$SVN_USERNAME"

Expand Down

0 comments on commit 8208285

Please sign in to comment.