Skip to content

Version 2.3.0

Version 2.3.0 #10

Workflow file for this run

name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: composer install
- uses: 10up/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}