Skip to content

Prep for v1.1

Prep for v1.1 #4

Workflow file for this run

name: "Deploy to WordPress.org"
on:
push:
tags:
- "v*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: aaa-option-optimizer