From c538c1ce7f82460e0c6c6c446b0efd7c6c8ed7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2020 08:37:45 +0200 Subject: [PATCH] Bump getsentry/action-release from v1.0.0 to v1.0.1 (#1971) 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 c81b15c85..b1391a721 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 - name: Sentry Release - uses: getsentry/action-release@v1.0.0 + uses: getsentry/action-release@v1.0.1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}