From 1523d9e072efa92385f5274e251cd3d07ff04353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:04:27 +0000 Subject: [PATCH] chore(deps): bump getsentry/action-release from 1.2.1 to 1.3.0 Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/getsentry/action-release/releases) - [Commits](https://github.com/getsentry/action-release/compare/v1.2.1...v1.3.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/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 07b000f..930efd7 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -34,7 +34,7 @@ jobs: run: echo "version=v$(cat package.json | jq -r .version)-$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT" - name: Create Sentry release - uses: getsentry/action-release@v1.2.1 + uses: getsentry/action-release@v1.3.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}