Skip to content

Merge pull request #193 from Billmate/develop #16

Merge pull request #193 from Billmate/develop

Merge pull request #193 from Billmate/develop #16

Workflow file for this run

name: Publish plugin to wordpress.org/plugins/
on:
push:
tags:
- "*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Deploy
run: chmod +x ./deploy.sh && ./deploy.sh
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}