Skip to content

Commit

Permalink
ci: push tags followed by commit
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Jul 9, 2024
1 parent ca22c6a commit 176e610
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 @@ -63,7 +63,7 @@ bump: ## Bump beta version
rm pubspec.yaml.bk; \
git commit -m "chore: bump to $$version+$$code"; \
git tag "$$version"; \
git push --tags
git push --follow-tags

##@ Tools
.PHONY: mock
Expand Down

0 comments on commit 176e610

Please sign in to comment.