From cd0abb3d4b0dc1ffa8e7f41a753159a7c9b33036 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Thu, 28 Mar 2019 22:08:31 +0800 Subject: [PATCH] build: not push --- scripts/roll.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/roll.sh b/scripts/roll.sh index f857ad2..8a6003c 100755 --- a/scripts/roll.sh +++ b/scripts/roll.sh @@ -5,8 +5,6 @@ NODE_ENV=production yarn webpack GITAKO_VERSION=v$(node scripts/get-version.js) echo "Got version $GITAKO_VERSION" -git push origin $GITAKO_VERSION - # sentry yarn sentry-cli releases new "$GITAKO_VERSION" yarn sentry-cli releases files "$GITAKO_VERSION" upload-sourcemaps dist --no-rewrite