From 69b32f689cf8e02a802b6ff3ca8f96c261094343 Mon Sep 17 00:00:00 2001 From: Avinash Lingaloo Date: Thu, 6 Oct 2022 16:44:02 +0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 310fbb8494..e583f1cb36 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -391,7 +391,6 @@ jobs: command: | curl -sL https://sentry.io/get-cli/ export SENTRY_LOG_LEVEL=debug -# export SENTRY_RELEASE=$(sentry-cli releases propose-version) export SENTRY_RELEASE="445" sentry-cli releases new --project $SENTRY_PROJECT --auth-token $SENTRY_AUTH_TOKEN $SENTRY_RELEASE sentry-cli releases set-commits $SENTRY_RELEASE --auto