File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Deploy to WordPress.org
2+
23on :
34 push :
4- tags :
5- - " *"
5+ branches :
6+ - master
7+
68jobs :
79 tag :
8- name : Deploy Plugin
10+ name : Deploy
911 runs-on : ubuntu-latest
1012 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
13+ - uses : actions/checkout@master
14+ - name : Build # Remove or modify this step as needed
15+ run : |
16+ npm install
17+ npm run build
18+ - name : WordPress Plugin Deploy
19+ uses : 10up/action-wordpress-plugin-deploy@stable
20+ env :
21+ SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
22+ SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
23+ SLUG : paystack-memberpress
You can’t perform that action at this time.
0 commit comments