diff --git a/Makefile b/Makefile index c5c394a1..34f6958f 100644 --- a/Makefile +++ b/Makefile @@ -57,3 +57,5 @@ endif @echo "--> Publishing version ${VERSION}" @curl -s -X POST -u ${ACCESS_KEY} https://api.bintray.com/content/darkcrux/generic/${APP_NAME}/${VERSION}/publish @echo + @echo "Github Release" + @gh-release create AcalephStorage/consul-alerts ${VERSION} \ No newline at end of file