From 03db1d2715e522aecc2d8904c51c17907626a23d Mon Sep 17 00:00:00 2001 From: ashfame Date: Tue, 7 Jan 2025 19:53:33 +0400 Subject: [PATCH] add install svn step since its not available by default anymore --- .github/workflows/publish-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 490939b..1b70462 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -33,6 +33,9 @@ jobs: # what will be uploaded to SVN. run: ./bin/create-release-artifacts.sh ${{ inputs.version }} + - name: Install Subversion + run: sudo apt-get install subversion -y + - name: Deploy to plugin directory uses: 10up/action-wordpress-plugin-deploy@stable with: