diff --git a/Makefile b/Makefile index 1fc1500..2bf03e5 100644 --- a/Makefile +++ b/Makefile @@ -35,9 +35,4 @@ lint-fix: release: git clean -df git checkout -- . - BRANCH=$(shell git rev-parse --abbrev-ref HEAD) \ - && if [ $$BRANCH != "master" ]; then \ - echo Aborting release on $$BRANCH; \ - else \ - ./bin/semantic-release --slug shaj13/go-guardian; \ - fi \ No newline at end of file + $(shell ./bin/semantic-release --slug shaj13/go-guardian) \ No newline at end of file