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

This commit is contained in:
André Menrath 2024-11-16 18:45:38 +01:00
parent d3bb53c1bc
commit c20fb92543

View file

@ -208,7 +208,7 @@ install_wp_plugin() {
fi fi
# Get the latest tag. # 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 }') LATEST_TAG=$(svn log https://plugins.svn.wordpress.org/$PLUGIN_NAME/tags --limit 1 | awk 'NR == 4 { print $4 }')
PLUGIN_VERSION=$LATEST_TAG PLUGIN_VERSION=$LATEST_TAG
else else