diff --git a/.githooks/post-commit b/.githooks/post-commit index dd4044d7..a56502f2 100755 --- a/.githooks/post-commit +++ b/.githooks/post-commit @@ -3,8 +3,4 @@ set -eu -SCRIPT_PATH="scripts/release/pre_release_web.sh" - -echo "=== post-commit: running $SCRIPT_PATH ===" -export COZSWEET_SKIP_POST_COMMIT_PRE_RELEASE=1 -bash "$SCRIPT_PATH" +bash scripts/release/pre_release_web.sh