diff --git a/Makefile b/Makefile index f164e115..7ed5aa9d 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ bump: ## Bump beta version rm pubspec.yaml.bk; \ git add pubspec.yaml; \ git commit -m "chore: bump to $$version+$$code"; \ - git tag "$$version"; \ + git tag "v$$version"; \ git push; \ git push --tags