Skip to content

Commit 7de4713

Browse files
authored
Create deploy.yml
1 parent 8cb94a8 commit 7de4713

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/deploy.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Deploy to WordPress.org
2+
on:
3+
push:
4+
tags:
5+
- "*"
6+
jobs:
7+
tag:
8+
name: New tag
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@master
12+
- name: WordPress Plugin Deploy
13+
uses: 10up/action-wordpress-plugin-deploy@stable
14+
env:
15+
SVN_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }}
16+
SVN_USERNAME: ${{ secrets.WORDPRESS_USERNAME }}
17+
SLUG: mightyshare

0 commit comments

Comments
 (0)