Skip to content

Deploy to WordPress.org #18

Deploy to WordPress.org

Deploy to WordPress.org #18

Workflow file for this run

name: Deploy to WordPress.org
on:
release:
types: [published]
jobs:
tag:
name: New release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: nhsblocks # optional, remove if GitHub repo name matches SVN slug, including capitalization