Skip to content

Commit ad4f311

Browse files
auto deply to WP.org
1 parent a893bee commit ad4f311

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/deploy.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
name: Deploy to WordPress.org
22
on:
33
push:
4-
tags:
5-
- "*"
4+
branches:
5+
- master
66
jobs:
77
tag:
8-
name: Deploy Plugin
8+
name: Deploy
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@master
12-
- name: Build # Remove or modify this step as needed
13-
run: |
14-
npm install
15-
npm run build
16-
- name: WordPress Plugin Deploy
17-
uses: 10up/action-wordpress-plugin-deploy@stable
18-
env:
19-
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
20-
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
21-
SLUG: paystack-memberpress
11+
- uses: actions/checkout@master
12+
- name: Build # Remove or modify this step as needed
13+
run: |
14+
npm install
15+
npm run build
16+
- name: WordPress Plugin Deploy
17+
uses: 10up/action-wordpress-plugin-deploy@stable
18+
env:
19+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
20+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
21+
SLUG: paystack-memberpress

0 commit comments

Comments
 (0)