diff --git a/Makefile b/Makefile index cb892a9..4ffec46 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -#MAKEFLAGS += --silent - php ?= 8.2.0 version = $(shell git rev-parse --short HEAD) revision = dev-${version}-php${php} @@ -28,7 +26,7 @@ composer/%: tests/%: @make docker/run cmd='make ${@}' -publish: remote = https://github.com/bauhausphp/${package}.git +publish: remote = git@github.com:bauhausphp/${package}.git publish: branch = $(shell git rev-parse --abbrev-ref HEAD) publish: commit = Ref bauhausphp/bauhaus@${version} publish: author-name = $(shell git --no-pager show -s --format='%an' HEAD) @@ -42,7 +40,7 @@ publish: git -C ${workdir} config user.name "${author-name}" git -C ${workdir} config user.email ${author-email} git -C ${workdir} add . - git -C ${workdir} commit --message "${commit}" && git -C ${workdir} push -u origin HEAD:${branch} || exit 0 + git -C ${workdir} commit --message "${commit}" && git -C ${workdir} push -u origin HEAD:${branch} # # Docker