From c94b23a3fd1b5202e53086df11ba553f18d005da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 17:05:31 +0200 Subject: [PATCH] Bump getsentry/action-release from 1.1.5 to 1.1.6 (#3030) Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/getsentry/action-release/releases) - [Commits](https://github.com/getsentry/action-release/compare/v1.1.5...v1.1.6) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/sentry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sentry.yaml b/.github/workflows/sentry.yaml index 681ddefff..943d5a928 100644 --- a/.github/workflows/sentry.yaml +++ b/.github/workflows/sentry.yaml @@ -12,7 +12,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Sentry Release - uses: getsentry/action-release@v1.1.5 + uses: getsentry/action-release@v1.1.6 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}