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