Skip to content

Commit

Permalink
Install Subversion as part of WP.org publish action.
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed Jan 14, 2025
1 parent 7b434e3 commit 64a6d57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/zips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
SVN_PASSWORD: no-op-password
SVN_USERNAME: no-op-username
VERSION: ${{ inputs.release_version }}

publish-to-wporg:
name: Publish to WordPress.org
runs-on: ubuntu-latest
Expand All @@ -251,6 +251,10 @@ jobs:
needs: build-zips
timeout-minutes: 20
steps:
- name: Install SVN ( Subversion )
run: |
sudo apt-get update
sudo apt-get install subversion
- uses: actions/download-artifact@v4
with:
name: zip-files
Expand Down

0 comments on commit 64a6d57

Please sign in to comment.