Skip to content

Commit

Permalink
Release Workflow: Install Subversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jan 22, 2025
1 parent b771bdd commit be92551
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upload-release-to-plugin-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ jobs:
VERSION: ${{ github.event.release.name }}

steps:
- 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"
Expand Down

0 comments on commit be92551

Please sign in to comment.