@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -e
. "$(dirname "$0")/tools/functions/parse-version.sh.inc"
export PATH="$PICO_TOOLS_DIR:$PATH"
. "$PICO_TOOLS_DIR/functions/parse-version.sh.inc"
# parameters
ARCHIVE="$1" # release archive file name
@ -31,8 +31,8 @@ if [ "$DEPLOY_FULL" != "true" ]; then
echo
fi
# parse version
if ! parse_version "$PROJECT_REPO_TAG"; then