From abe0847375e83b67b2cb0c9b625eb0a5090d9407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:54:00 +0000 Subject: [PATCH] chore(deps): bump getsentry/action-release from 1.7.0 to 1.8.0 Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/getsentry/action-release/releases) - [Commits](https://github.com/getsentry/action-release/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-type: direct:production update-type: version-update:semver-minor ... 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 60cb84c34..8caf33e89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -340,7 +340,7 @@ jobs: wait-for-service-stability: true - name: Sentry release - uses: getsentry/action-release@v1.7.0 + uses: getsentry/action-release@v1.8.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ env.SENTRY_ORG }}