Skip to content

Commit

Permalink
fix: use a fixed PHP binary for release get version
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Apr 12, 2021
1 parent fab3784 commit 1b9e66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if [ ! -f ./vendor/autoload.php ]; then
echo "Done."
fi

get_version ./bin/doctum.php
get_version "${PHP_BIN:-php} ./bin/doctum.php"
echo "${VERSION}" > ./build/VERSION
echo "${VERSION_RANGE}" > ./build/VERSION_RANGE
echo "${VERSION_MAJOR}" > ./build/VERSION_MAJOR
Expand Down

0 comments on commit 1b9e66e

Please sign in to comment.