File tree Expand file tree Collapse file tree 2 files changed +15
-18
lines changed Expand file tree Collapse file tree 2 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 1
1
name : Deploy to WordPress.org
2
2
on :
3
- push :
4
- tags :
5
- - " * "
3
+ push :
4
+ tags :
5
+ - ' * '
6
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@master
14
- env :
15
- SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
16
- SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
17
- SLUG : smntcs-disable-rest-api-user-endpoints
18
- ASSETS_DIR : assets
7
+ tag :
8
+ name : Deploy to WordPress.org
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : actions/checkout@master
12
+ - name : WordPress Plugin Deploy
13
+ uses : 10up/action-wordpress-plugin-deploy@master
14
+ env :
15
+ SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
16
+ SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
17
+ SLUG : smntcs-disable-rest-api-user-endpoints
18
+ ASSETS_DIR : assets
Original file line number Diff line number Diff line change 15
15
"homepage" : " https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/graphs/contributors"
16
16
}
17
17
],
18
- "require" : {
19
- "php" : " >=8.1"
20
- },
21
18
"require-dev" : {
22
19
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.1" ,
23
20
"humanmade/psalm-plugin-wordpress" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments