Skip to content

chore: bump stable tag to 1.4.0 #1

chore: bump stable tag to 1.4.0

chore: bump stable tag to 1.4.0 #1

name: Plugin asset/readme update
on:
push:
branches:
- trunk
jobs:
trunk:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- name: Install Subversion and rsync
run: sudo apt-get update && sudo apt-get install -y subversion rsync
- name: Checkout code
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 }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: jwt-authentication-for-wp-rest-api
IGNORE_OTHER_FILES: true