File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed
Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Plugin asset/readme update
2+ on :
3+ push :
4+ branches :
5+ - master
6+ paths :
7+ - ' .wordpress-org/**'
8+ - ' readme.txt'
9+ jobs :
10+ master :
11+ name : Push to master
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : actions/checkout@master
15+ - name : WordPress.org plugin asset/readme update
16+ uses : 10up/action-wordpress-plugin-asset-update@master
17+ env :
18+ SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
19+ SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
20+ SLUG : auto-deselect-uncategorized
Original file line number Diff line number Diff line change 1+ name : Deploy to WordPress.org
2+ on :
3+ push :
4+ tags-ignore :
5+ - ' v*-alpha*'
6+ - ' v*-beta*'
7+ - ' v*-rc*'
8+ jobs :
9+ tag :
10+ name : New tag
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@master
14+ - name : WordPress Plugin Deploy
15+ uses : 10up/action-wordpress-plugin-deploy@master
16+ env :
17+ SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
18+ SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
19+ SLUG : auto-deselect-uncategorized
You can’t perform that action at this time.
0 commit comments