Skip to content

Merge pull request #12 from WPChill/dev #1

Merge pull request #12 from WPChill/dev

Merge pull request #12 from WPChill/dev #1

Workflow file for this run

name: Remove footer credit Deploy
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Remove footer credit Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}