From cd3efa879afd11e4ae1537624683bb91358ce754 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sat, 14 Nov 2020 21:16:34 +0800 Subject: [PATCH] build: push branch --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d97663..dba4832 100755 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ test: yarn test upload-for-analytics: - # make sure sentry can retrieve current commit on remote + # make sure sentry can retrieve current commit on remote, push both branch and tag + git push git push --tags yarn sentry-cli releases new "$(FULL_VERSION)" yarn sentry-cli releases set-commits "$(FULL_VERSION)" --auto