Skip to content

Commit e5345c0

Browse files
committed
Retrieve VERSION from framework
1 parent 01274d6 commit e5345c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515

1616
composer install --no-interaction --prefer-source
1717

18-
CLI_VERSION=$(head -n 1 VERSION)
18+
CLI_VERSION=$(head -n 1 vendor/wp-cli/wp-cli/VERSION)
1919
if [[ $CLI_VERSION == *"-alpha"* ]]
2020
then
2121
GIT_HASH=$(git rev-parse HEAD)

0 commit comments

Comments
 (0)