Skip to content

chore(release): 3.13.6 #134

chore(release): 3.13.6

chore(release): 3.13.6 #134

name: Sync assets with wordpress.org
on:
push:
branches:
- master
paths:
- 'readme.txt'
- '.wordpress-org/**'
jobs:
run:
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, 'chore(release)') && ! contains(github.event.head_commit.message, 'release:')"
name: Push assets to wporg
steps:
- uses: actions/checkout@master
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
IGNORE_OTHER_FILES: true
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}