From cc3e9b9a5ca74ba2255047edb540c6a7ffe36151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 23:06:02 +0000 Subject: [PATCH] chore(deps): bump getsentry/action-release from 1.2.1 to 1.3.1 Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/getsentry/action-release/releases) - [Commits](https://github.com/getsentry/action-release/compare/v1.2.1...v1.3.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/sentry-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index 69bf4a586..c18d7efe6 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -52,7 +52,7 @@ jobs: working-directory: web - name: Create Sentry release - uses: getsentry/action-release@v1.2.1 + uses: getsentry/action-release@v1.3.1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}