fix: trying it without the dot extension
This commit is contained in:
parent
13817b5832
commit
ad53746b69
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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 $*"
|
||||
|
|
Loading…
Reference in New Issue