From ccbac89b97c28f02c49a8b81c68ec6ffbac3f13f Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Sun, 16 Nov 2025 10:27:16 -0500 Subject: [PATCH] Update fetch-depth as we don't need all history for all branches --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5620c5b..e199d29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 with: - fetch-depth: 0 + fetch-depth: 1 persist-credentials: false - name: Install requirements