diff --git a/makefile b/makefile index 833c8a830..fee982a5c 100644 --- a/makefile +++ b/makefile @@ -11,6 +11,6 @@ ifndef VERSION endif git pull cargo update - git tag $(VERSION) - git push origin $(VERSION) + git tag v$(VERSION) + git push origin v$(VERSION) cargo release publish --execute --verbose