From 0994504f319b4257af93930ff6e1f1f0fe5cc75f Mon Sep 17 00:00:00 2001 From: anthony sottile Date: Mon, 3 Apr 2023 11:25:10 -0400 Subject: [PATCH] set fetch-depth: 0 for release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca91973..8239509 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/checkout@v3 with: token: ${{ secrets.GH_RELEASE_PAT }} + fetch-depth: 0 - name: Prepare release uses: getsentry/action-prepare-release@v1