Skip to content

Update readme

Update readme #43

Workflow file for this run

name: Deploy Tag to WordPress.org
on:
workflow_dispatch:
push:
tags:
# Semver (https://semver.org/) release pattern.
- "[0-9]+.[0-9]+.[0-9]+*"
jobs:
tag:
name: Deploy Tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install SVN ( Subversion )
run: |
sudo apt-get update
sudo apt-get install subversion
- name: WordPress.org Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: simple-history