Skip to content

chore: release 1.3.4 #4

chore: release 1.3.4

chore: release 1.3.4 #4

Workflow file for this run

name: Deploy plugin to WordPress.org
on:
push:
tags:
- '*'
jobs:
deploy-plugin:
name: Deploy plugin to WordPress.org
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy plugin
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}