From 5772c9865e87d2caf62bf5e7f707cffb15af9ad6 Mon Sep 17 00:00:00 2001 From: gomes <17035424+gomesalexandre@users.noreply.github.com> Date: Mon, 6 May 2024 21:36:19 +0300 Subject: [PATCH] feat: rm comment --- .github/workflows/sentry.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sentry.yml b/.github/workflows/sentry.yml index d342a05b665..02e94f5a68c 100644 --- a/.github/workflows/sentry.yml +++ b/.github/workflows/sentry.yml @@ -21,6 +21,5 @@ jobs: environment: production # uses the release PR title as a version version: ${{ github.event.pull_request.title }} - # This can safely be removed after one succesful release - previous release hash won't be found in repo as we're squashing this ignore_missing: true