Skip to content

1.9.3

1.9.3 #16

Workflow file for this run

name: ci
on:
push:
tags:
- "*"
jobs:
deploy:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: WordPress Plugin Publish
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SOURCE_DIR: ./
SLUG: altcha-spam-protection