From f98b3c3de28b9cb5a6706a920a04a3e6d2ac32ca Mon Sep 17 00:00:00 2001 From: Kayla Brady <31781298+KaylaBrady@users.noreply.github.com> Date: Fri, 18 Aug 2023 12:58:10 -0400 Subject: [PATCH] ci: auto associate git commits with release (#2194) * ci: auto associate git commits with release * temp: force sentry error * Revert "temp: force sentry error" This reverts commit d30481d6e7c9666ffd9dcde4e2eb06c3abbce91b. --- .github/workflows/deploy-base.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-base.yml b/.github/workflows/deploy-base.yml index b9ca262c0..25870dfbc 100644 --- a/.github/workflows/deploy-base.yml +++ b/.github/workflows/deploy-base.yml @@ -43,7 +43,6 @@ jobs: with: environment: ${{ inputs.env }} version: ${{steps.version-ids.outputs.sentry-release}} - set_commits: "skip" ignore_missing: true - uses: mbta/actions/build-push-ecr@v1 id: build-push