Skip to content

Bumped stable tag to 3.0.1 #14

Bumped stable tag to 3.0.1

Bumped stable tag to 3.0.1 #14

name: Plugin asset/readme update
on:
workflow_dispatch:
push:
branches:
- master
paths:
- 'readme.txt'
- '.wordpress-org/**'
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SLUG: 'wp-widget-disable'
IGNORE_OTHER_FILES: 'true'
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}