File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 11name : Deploy to WordPress.org
22on :
33 push :
4- tags :
5- - " * "
4+ branches :
5+ - master
66jobs :
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
You can’t perform that action at this time.
0 commit comments