File tree 3 files changed +37
-0
lines changed
3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ /.github export-ignore
2
+ /.wordpress-org export-ignore
3
+ /bin export-ignore
4
+ /dist export-ignore
Original file line number Diff line number Diff line change
1
+ name : Plugin asset/readme update
2
+ on :
3
+ push :
4
+ branches :
5
+ - trunk
6
+ jobs :
7
+ trunk :
8
+ name : Push to trunk
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : actions/checkout@v4
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 }}
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@v4
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 : simple-page-sidebars
You can’t perform that action at this time.
0 commit comments