From ebc487c277e44c8ee537927c5c2ad86d785c1297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 10:32:42 +0000 Subject: [PATCH] chore(deps): bump getsentry/action-release from 3.6.0 to 3.6.1 Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 3.6.0 to 3.6.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/v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 410dee7f6..ec57fc3b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -347,7 +347,7 @@ jobs: wait-for-service-stability: true - name: Sentry release - uses: getsentry/action-release@v3.6.0 + uses: getsentry/action-release@v3.6.1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ env.SENTRY_ORG }}