Skip to content
Snippets Groups Projects
Commit cb663ded authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Fix Makefile for release

parent 4ab47082
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ latest:
$(MAKE) publish-version VERSION=latest
release:
version:=$(shell cat VERSION)
$(eval version:=$(shell cat VERSION))
$(MAKE) publish-version VERSION=$(version)
git tag $(version)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment