From 87faa5d3da055ea22c6bce261ee88087bf4cca0e Mon Sep 17 00:00:00 2001 From: David Luzar <5153846+dwelle@users.noreply.github.com> Date: Tue, 6 Jan 2026 11:39:45 +0100 Subject: [PATCH] fix: sentry CI worfklow (#10610) --- .github/workflows/sentry-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sentry-production.yml b/.github/workflows/sentry-production.yml index f263e83ce2..4434873fd3 100644 --- a/.github/workflows/sentry-production.yml +++ b/.github/workflows/sentry-production.yml @@ -28,7 +28,7 @@ jobs: export SENTRY_RELEASE=$(sentry-cli releases propose-version) sentry-cli releases new $SENTRY_RELEASE --project $SENTRY_PROJECT sentry-cli releases set-commits --auto $SENTRY_RELEASE - sentry-cli releases files $SENTRY_RELEASE upload-sourcemaps --no-rewrite ./build/static/js/ --url-prefix "~/static/js" + sentry-cli sourcemaps upload --release $SENTRY_RELEASE --no-rewrite ./build/static/js/ --url-prefix "~/static/js" sentry-cli releases finalize $SENTRY_RELEASE sentry-cli releases deploys $SENTRY_RELEASE new -e production env: