Skip to content

Commit

Permalink
ci: fix tag prefix on bump
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Sep 17, 2024
1 parent 4c8393e commit 2a27e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2a27e34

Please sign in to comment.