From 7a290790161aae46453b5b46b6af09710c758184 Mon Sep 17 00:00:00 2001 From: George Mamadashvili Date: Wed, 22 Jan 2025 22:43:16 +0400 Subject: [PATCH] Feedback Co-authored-by: Jonathan Desrosiers <359867+desrosj@users.noreply.github.com> --- .github/workflows/upload-release-to-plugin-repo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/upload-release-to-plugin-repo.yml b/.github/workflows/upload-release-to-plugin-repo.yml index 7e265d5850ffb..c132020c6f547 100644 --- a/.github/workflows/upload-release-to-plugin-repo.yml +++ b/.github/workflows/upload-release-to-plugin-repo.yml @@ -170,6 +170,7 @@ jobs: - name: Install Subversion run: | apt-get update -y && apt-get install -y subversion + - name: Check out Gutenberg trunk from WP.org plugin repo run: | svn checkout "$PLUGIN_REPO_URL/trunk" --username "$SVN_USERNAME" --password "$SVN_PASSWORD"