File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 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.SVN_PASSWORD }}
16+ SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
17+ SLUG : image-optimizer-pro
Original file line number Diff line number Diff line change 1+ name : Plugin asset/readme update
2+ on :
3+ push :
4+ branches :
5+ - main
6+ jobs :
7+ master :
8+ name : Push to main
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@master
12+ - name : WordPress.org plugin asset/readme update
13+ uses : 10up/action-wordpress-plugin-asset-update@stable
14+ env :
15+ SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
16+ SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
17+ SLUG : image-optimizer-pro
You can’t perform that action at this time.
0 commit comments