Skip to content

Commit 8208285

Browse files
committed
Install svn in plugin release workflow
1 parent cfe985e commit 8208285

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/plugin-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,11 @@ jobs:
510510
name: release-assets
511511
path: release-assets
512512

513+
- name: Install svn
514+
run: |
515+
sudo apt-get update
516+
sudo apt-get install -y subversion
517+
513518
- name: Check out trunk folder
514519
run: svn checkout $PLUGIN_REPO_URL svn --username "$SVN_USERNAME"
515520

0 commit comments

Comments
 (0)