From 2a27e341483b68f8dbcad17880c2b3076fd57b63 Mon Sep 17 00:00:00 2001 From: Lu Shueh Chou Date: Tue, 17 Sep 2024 16:58:49 +0800 Subject: [PATCH] ci: fix tag prefix on bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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