From fd0852f2ccdc18a9c16e03c44d582e8f90c8e2ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:08:14 +0100 Subject: [PATCH] chore(deps): update getsentry/action-release action to v1.8.0 (#614) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/sentry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sentry.yml b/.github/workflows/sentry.yml index df0ca966a9..7b669a47ec 100644 --- a/.github/workflows/sentry.yml +++ b/.github/workflows/sentry.yml @@ -20,7 +20,7 @@ jobs: echo "version=10.6.6" >> $GITHUB_OUTPUT echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT - name: "Create Sentry release" - uses: getsentry/action-release@v1.7.0 + uses: getsentry/action-release@v1.8.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}