fix: rename cli.js to something less likely to confict
This commit is contained in:
parent
b5f596c4b4
commit
127252de46
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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 $*"
|
||||
|
|
Loading…
Reference in New Issue