From f39403f959c926910a010bcfbc574b09965af0b6 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sat, 19 Oct 2019 11:04:46 +0800 Subject: [PATCH] build: push to remote before tell sentry --- scripts/roll.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/roll.sh b/scripts/roll.sh index d135ee4..bf1c7b2 100755 --- a/scripts/roll.sh +++ b/scripts/roll.sh @@ -8,6 +8,7 @@ echo "Got version $VERSION" # sentry yarn sentry-cli releases new "$VERSION" +git push # make sure sentry can retrieve current commit on remote yarn sentry-cli releases set-commits $VERSION --commit "EnixCoda/Gitako@$GIT_SHA" yarn sentry-cli releases files "$VERSION" upload-sourcemaps dist --no-rewrite yarn sentry-cli releases finalize "$VERSION"