diff --git a/entrypoint.sh b/entrypoint.sh index aaf7b7f..b67ad20 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,4 +12,4 @@ if [ -n "$NPM_AUTH_TOKEN" ]; then chmod 0600 "$NPM_CONFIG_USERCONFIG" fi -sh -c "node merge-release-run.js $*" +sh -c "node .merge-release-run.js $*"