Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/shortcode-conversion-to-block
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Dec 19, 2024
2 parents baafa89 + 0b93ec3 commit 2f67815
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wordpress-plugin-asset-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
npm ci --no-optional
npm run build
- name: Install SVN
run: |
sudo apt-get update
sudo apt-get install subversion
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/wordpress-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
npm ci --no-optional
npm run build
- name: Install SVN
run: |
sudo apt-get update
sudo apt-get install subversion
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
Expand Down

0 comments on commit 2f67815

Please sign in to comment.