From 0fdfd88c239d858015f7e6a22fd30b7ad814efba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 19:12:00 +0100 Subject: [PATCH] ci: bump getsentry/action-release from 3.3.0 to 3.4.0 (#17931) Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 3.3.0 to 3.4.0. - [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/4f502acc1df792390abe36f2dcb03612ef144818...128c5058bbbe93c8e02147fe0a9c713f166259a6) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index e7e1d44d7f..dc12bab79e 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -232,7 +232,7 @@ jobs: container=$(docker container create ${{ steps.ev.outputs.imageMainName }}) docker cp ${container}:web/ . - name: Create a Sentry.io release - uses: getsentry/action-release@4f502acc1df792390abe36f2dcb03612ef144818 # v3 + uses: getsentry/action-release@128c5058bbbe93c8e02147fe0a9c713f166259a6 # v3 continue-on-error: true env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}