fix: trying it without the dot extension

This commit is contained in:
Mikeal Rogers 2019-02-01 19:10:58 +00:00
parent 13817b5832
commit ad53746b69
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 /.merge-release-run.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 .merge-release-run.js $*"
sh -c "node merge-release-run.js $*"