File tree Expand file tree Collapse file tree 2 files changed +24
-17
lines changed Expand file tree Collapse file tree 2 files changed +24
-17
lines changed Original file line number Diff line number Diff line change 11.DS_Store
2- Thumbs.db
3- wp-cli.local.yml
4- node_modules/
2+ .github
3+ .phpcs
4+ .phpcs.xml
5+ .phpunit.result.cache
6+ .scaffolder
7+ .scoper
58*.sql
69*.tar.gz
710*.zip
8- .phpunit.result.cache
9- Dockerfile
10- output.log
11- .github
12- tests
1311bin
1412composer.lock
15- .phpcs.xml
16- phpunit.xml
1713configure.php
1814DOCKER_ENV
15+ Dockerfile
16+ Makefile
17+ node_modules/
18+ output.log
19+ phpunit.xml
1920phpunit.xml
2021tests
21- .phpcs
22- Makefile
22+ tests
23+ Thumbs.db
24+ wp-cli.local.yml
Original file line number Diff line number Diff line change 1- name : Built Release
1+ name : Built Branch and Release
22
33on :
44 push :
77 - main
88 - production
99
10+ permissions :
11+ contents : write
12+
1013jobs :
11- built-release :
12- uses : alleyinteractive/.github/.github/workflows/built-release.yml@main
13- with :
14- node : 20
14+ release :
15+ name : " Built Branch and Release"
16+ runs-on : ubuntu-latest
17+ if : github.repository != 'alleyinteractive/create-wordpress-plugin'
18+ steps :
19+ - uses : alleyinteractive/action-release@develop
You can’t perform that action at this time.
0 commit comments