Skip to content

Update github workflows #2

Update github workflows

Update github workflows #2

Workflow file for this run

name: Release new tagged version to WordPress
on:
push:
tags:
- "*"
jobs:
tag:
name: "Deploy to WordPress"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: WordPress Plugin Deploy
uses: 10up/[email protected]
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: woocommerce-dropbox