From db1f162f1e4beed8cbe16c405bf32ab8b4677aad Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Wed, 18 Dec 2024 16:28:28 -0500 Subject: [PATCH] Fetch more commits for Sentry releases (#209) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 847ff1b..5b505d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v4 with: show-progress: false + fetch-depth: 25 # For sentry releases - name: Set up Go 1.22 uses: actions/setup-go@v5