Skip to content

Commit 18ce6e7

Browse files
Mamadukajoemcgilldesrosj
authored andcommitted
Release Workflow: Install Subversion (WordPress#68837)
Co-authored-by: Mamaduka <[email protected]> Co-authored-by: joemcgill <[email protected]> Co-authored-by: desrosj <[email protected]>
1 parent 1ccf137 commit 18ce6e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/upload-release-to-plugin-repo.yml

+8
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ jobs:
167167
VERSION: ${{ github.event.release.name }}
168168

169169
steps:
170+
- name: Install Subversion
171+
run: |
172+
apt-get update -y && apt-get install -y subversion
173+
170174
- name: Check out Gutenberg trunk from WP.org plugin repo
171175
run: |
172176
svn checkout "$PLUGIN_REPO_URL/trunk" --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
@@ -222,6 +226,10 @@ jobs:
222226
VERSION: ${{ github.event.release.name }}
223227

224228
steps:
229+
- name: Install Subversion
230+
run: |
231+
apt-get update -y && apt-get install -y subversion
232+
225233
- name: Download and unzip Gutenberg plugin asset into tags folder
226234
env:
227235
PLUGIN_URL: ${{ github.event.release.assets[0].browser_download_url }}

0 commit comments

Comments
 (0)