File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020 yarn --cwd ./builder install
2121 node ./builder/_infrastructure/vcwb-builder/builder plugin -b dev -p ./
2222 - name : Upload plugin zip
23- uses : actions/upload-artifact@v1
23+ uses : actions/upload-artifact@v3
2424 with :
2525 name : visualcomposer.zip
2626 path : visualcomposer.zip
3030 needs : [build-plugin]
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/download-artifact@v1
33+ - uses : actions/download-artifact@v3
3434 with :
3535 name : visualcomposer.zip
36+ path : visualcomposer.zip
3637 - name : Checkout Wordpress.org svn repository
3738 run : svn co https://plugins.svn.wordpress.org/visualcomposer visualcomposer-wordpress-org
3839 - name : Unzip visualcomposer
4748 cd ./visualcomposer-wordpress-org
4849 svn add --force ./trunk/* > /dev/null
4950 svn status | grep '^\!' | sed 's/! *//' | xargs -I% svn rm % > /dev/null
50- svn ci -m "Trunk update with the latest version" --username "$WP_USERNAME" --password "$WP_PASSWORD"
51+ svn ci -m "Trunk update with the latest version" --username "$WP_USERNAME" --password "$WP_PASSWORD"
You can’t perform that action at this time.
0 commit comments