fix: changing name

This commit is contained in:
Mikeal Rogers 2019-01-26 22:11:28 +00:00
parent dbe4bcbb4e
commit 878317ab6f
4 changed files with 5 additions and 5 deletions

View File

@ -33,6 +33,6 @@ action "Publish Filter" {
action "NPM Publish" {
needs = "Publish Filter" {
uses = "mikeal/auto-release@master"
uses = "mikeal/merge-release@master"
secrets = ["NPM_AUTH_TOKEN"]
}

View File

@ -1,8 +1,8 @@
FROM node:10-slim
LABEL version="1.0.0"
LABEL repository="http://github.com/mikeal/auto-release"
LABEL homepage="http://github.com/auto-release"
LABEL repository="http://github.com/mikeal/merge-release"
LABEL homepage="http://github.com/merge-release"
LABEL maintainer="Mikeal Rogers <mikeal.rogers@gmail.com>"
LABEL com.github.actions.name="Automated releases for npm packages."

View File

@ -12,4 +12,4 @@ if [ -n "$NPM_AUTH_TOKEN" ]; then
chmod 0600 "$NPM_CONFIG_USERCONFIG"
fi
sh -c "npx auto-release $*"
sh -c "npx merge-release $*"

View File

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