fix ci bin script
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 44s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 3m33s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 3m35s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 3m35s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 3m36s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 3m35s
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 44s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 3m33s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 3m35s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 3m35s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 3m36s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 3m35s
This commit is contained in:
parent
d3bb53c1bc
commit
c20fb92543
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ install_wp_plugin() {
|
|||
fi
|
||||
|
||||
# Get the latest tag.
|
||||
if [ -z "$2" ]
|
||||
if [ -z "$2" ]; then
|
||||
LATEST_TAG=$(svn log https://plugins.svn.wordpress.org/$PLUGIN_NAME/tags --limit 1 | awk 'NR == 4 { print $4 }')
|
||||
PLUGIN_VERSION=$LATEST_TAG
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue