Release 7.0.3 with hidden TOC ARIA fix #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |