fix: move all reference to no-conflict name

This commit is contained in:
Mikeal Rogers 2019-02-01 19:14:47 +00:00
parent ad53746b69
commit 917876fb51
3 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 LICENSE README.md /
COPY "entrypoint.sh" "/entrypoint.sh" COPY "entrypoint.sh" "/entrypoint.sh"
COPY cli.js /merge-release-run.js COPY merge-release-run.js /merge-release-run.js
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
CMD ["help"] CMD ["help"]

View File

@ -6,7 +6,7 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"bin": { "bin": {
"merge-release": "./cli.js" "merge-release": "./merge-release-run.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",