Skip to content

Commit

Permalink
fix: use a fixed PHP binary for make tag get version
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Apr 12, 2021
1 parent 1b9e66e commit 7322763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function get_version {
fi
}

get_version ./bin/doctum.php
get_version "${PHP_BIN:-php} ./bin/doctum.php"

echo "Version: ${VERSION}"

Expand Down

0 comments on commit 7322763

Please sign in to comment.