Skip to content

1.15.3

1.15.3 #34

Workflow file for this run

name: Deploy to WordPress.org
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install dependencies
uses: php-actions/composer@v6
with:
working_dir: "friendly-captcha"
- name: WordPress Plugin Deploy
uses: nk-o/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SOURCE_DIR: friendly-captcha/
SLUG: friendly-captcha