Skip to content

Merge pull request #82 from n49/slider_v1.1.9 #108

Merge pull request #82 from n49/slider_v1.1.9

Merge pull request #82 from n49/slider_v1.1.9 #108

Workflow file for this run

name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: widget-for-opio-reviews # optional, remove if GitHub repo name matches SVN slug, including capitalization