From 488b76c3601c83492d51e26d32b706d86cc45e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Palma?= Date: Sat, 23 Nov 2024 00:00:32 +0000 Subject: [PATCH] fix: sentry action could not find version --- .github/workflows/sentry.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sentry.yaml b/.github/workflows/sentry.yaml index e4d4f409..45dbef60 100644 --- a/.github/workflows/sentry.yaml +++ b/.github/workflows/sentry.yaml @@ -45,6 +45,7 @@ jobs: with: environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'staging' }} version: ${{ steps.get_version.outputs.release_version }} + ignore_missing: true sourcemaps: ./build finalize: true env: