We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccf137 commit 18ce6e7Copy full SHA for 18ce6e7
.github/workflows/upload-release-to-plugin-repo.yml
@@ -167,6 +167,10 @@ jobs:
167
VERSION: ${{ github.event.release.name }}
168
169
steps:
170
+ - name: Install Subversion
171
+ run: |
172
+ apt-get update -y && apt-get install -y subversion
173
+
174
- name: Check out Gutenberg trunk from WP.org plugin repo
175
run: |
176
svn checkout "$PLUGIN_REPO_URL/trunk" --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
@@ -222,6 +226,10 @@ jobs:
222
226
223
227
224
228
229
230
231
232
225
233
- name: Download and unzip Gutenberg plugin asset into tags folder
234
env:
235
PLUGIN_URL: ${{ github.event.release.assets[0].browser_download_url }}
0 commit comments