From dde09481a0c938981687254591dbb1a6d1ebdb87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:58:15 +0000 Subject: [PATCH] Bump getsentry/action-release from 1.9.0 to 1.10.1 Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/getsentry/action-release/releases) - [Changelog](https://github.com/getsentry/action-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/action-release/compare/v1.9.0...v1.10.1) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f0d450f..e49f1e2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -142,7 +142,7 @@ jobs: SENTRY_DSN: ${{ secrets.SENTRY_DSN }} - name: Create a Sentry release - uses: getsentry/action-release@v1.9.0 + uses: getsentry/action-release@v1.10.1 continue-on-error: true if: ${{ steps.sentry-check.outputs.sentry == 'true' }} env: