Skip to content

Merge pull request #202 from Billmate/develop #21

Merge pull request #202 from Billmate/develop

Merge pull request #202 from Billmate/develop #21

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: Install SVN
run: sudo apt-get install subversion
- name: Deploy
run: chmod +x ./deploy.sh && ./deploy.sh
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}