File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11name : Deploy to WordPress.org
22
33on :
4- workflow_dispatch :
54 push :
65 tags :
7- - ' v* '
6+ - " * " # Ejecuta el deploy en cualquier nuevo tag
87
98jobs :
109 deploy :
11- name : WordPress Plugin Deploy
10+ name : Deploy plugin
1211 runs-on : ubuntu-latest
1312
1413 steps :
15- - name : Checkout plugin code
14+ - name : Checkout code
1615 uses : actions/checkout@v3
1716
18- - name : Set up PHP with Composer
17+ - name : Set up PHP
1918 uses : shivammathur/setup-php@v2
2019 with :
2120 php-version : ' 8.1'
@@ -24,13 +23,13 @@ jobs:
2423 - name : Install Composer dependencies
2524 run : composer install --no-dev --prefer-dist --no-progress
2625
27- - name : Remove development files
26+ - name : Remove dev files
2827 run : |
2928 rm -rf node_modules
3029 rm -f prepros.config
3130
3231 - name : WordPress Plugin Deploy
33- uses : 10up/action-wordpress-plugin-deploy@2.3.0
32+ uses : 10up/action-wordpress-plugin-deploy@stable
3433 env :
3534 SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
3635 SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
You can’t perform that action at this time.
0 commit comments