Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/push-asset-readme-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
name: Push to master
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Subversion
run: sudo apt-get update && sudo apt-get install -y subversion

- uses: actions/checkout@v4
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@2.1.3
env:
Expand All @@ -18,4 +21,4 @@ jobs:
# GitHub main is ahead of SVN trunk between releases. Without this, the
# action rsyncs the whole plugin, sees unreleased code / missing dist
# files, and bails with "Other files have been modified".
IGNORE_OTHER_FILES: true
IGNORE_OTHER_FILES: true
Loading