From 9529d770bd888807d5ddf8c63aaf4e0e7923c87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:43:45 +0100 Subject: [PATCH] Bump getsentry/action-release from 1.2.0 to 1.2.1 (#888) Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/getsentry/action-release/releases) - [Commits](https://github.com/getsentry/action-release/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 a6ac475..5330cde 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -23,7 +23,7 @@ jobs: - run: npm install - run: npm run build - name: Sentry Release - uses: getsentry/action-release@v1.2.0 + uses: getsentry/action-release@v1.2.1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}