Skip to content

Release 7.0.3 with hidden TOC ARIA fix #4

Release 7.0.3 with hidden TOC ARIA fix

Release 7.0.3 with hidden TOC ARIA fix #4

Workflow file for this run

name: Update WordPress.org assets
on:
push:
branches:
- master
paths:
- '.wordpress-org/**'
- 'readme.txt'
jobs:
assets:
name: Push asset/readme updates
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
IGNORE_OTHER_FILES: true