Skip to content

Commit

Permalink
Update deploy file
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednova committed Feb 8, 2020
1 parent c823d18 commit 21d438d
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/deploy-to-wp.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
- name: WordPress Plugin Deploy
uses: 10up/[email protected]
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: jigsaw

0 comments on commit 21d438d

Please sign in to comment.