From 26ead6d5fb7bb5588ca5950ab1e9cf8d94e36ee9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:18:20 +0000 Subject: [PATCH] chore: update getsentry/action-release action to v1.8.0 (#2914) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ac950f8c2..3521ceef8 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -23,7 +23,7 @@ jobs: - name: Sentry Release if: github.ref == 'refs/heads/main' - uses: getsentry/action-release@v1.7.0 + uses: getsentry/action-release@v1.8.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ vars.SENTRY_ORG }} @@ -105,7 +105,7 @@ jobs: - name: Sentry Release if: github.ref == 'refs/heads/main' - uses: getsentry/action-release@v1.7.0 + uses: getsentry/action-release@v1.8.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ vars.SENTRY_ORG }}