fix: rename cli.js to something less likely to confict

This commit is contained in:
Mikeal Rogers 2019-02-01 18:55:03 +00:00
parent b5f596c4b4
commit 127252de46
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ LABEL com.github.actions.color="red"
COPY LICENSE README.md /
COPY "entrypoint.sh" "/entrypoint.sh"
COPY cli.js /cli.js
COPY cli.js /.merge-release-run.js
ENTRYPOINT ["/entrypoint.sh"]
CMD ["help"]

View File

@ -12,4 +12,4 @@ if [ -n "$NPM_AUTH_TOKEN" ]; then
chmod 0600 "$NPM_CONFIG_USERCONFIG"
fi
sh -c "node cli.js $*"
sh -c "node merge-release-run.js $*"