build(Makefile): fix release target using correct template splice

This commit is contained in:
Sarah Vaupel 2025-02-11 23:21:58 +01:00
parent c3399c49b3
commit 20954b1351

View File

@ -85,9 +85,8 @@ release:
git add CHANGELOG.md ; \
git commit -m "chore(release): $${VERSION}" ; \
git push ; \
sleep 5 ; \
git tag $${VERSION} ; \
git push origin ${VERSION}
git push origin $${VERSION}
.PHONY: compile
compile: