Makefile: fix variable used to trigger release drafting (#4319)

Small fix to properly trigger the script.
This commit is contained in:
Stefan Benten 2021-12-22 13:33:07 +01:00 committed by GitHub
parent 5f39f20766
commit 0334465306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -373,7 +373,7 @@ binaries-upload: ## Upload binaries to Google Storage (jenkins)
.PHONY: draft-release
draft-release:
scripts/draft-release.sh ${BRANCHNAME} "release/${TAG}"
scripts/draft-release.sh ${BRANCH_NAME} "release/${TAG}"
##@ Clean