Skip to content

Instantly share code, notes, and snippets.

@goiblas
Created May 10, 2020 16:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goiblas/0a4831e428c42dd1d3627114d2a99a0a to your computer and use it in GitHub Desktop.
Save goiblas/0a4831e428c42dd1d3627114d2a99a0a to your computer and use it in GitHub Desktop.
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@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: your-plugin-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment