debug: copy may be out of working directory

This commit is contained in:
Mikeal Rogers 2019-02-02 09:03:58 -08:00 committed by GitHub
parent 917876fb51
commit 11f2f5af1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 $*"