From e5385b07a020af945231c06d33ec490fb77fc7b0 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 24 Oct 2024 12:24:49 -0500 Subject: [PATCH] chore(ci): Fix new release process --- .github/workflows/post-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 15dc1be0e..30b6b8f52 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -126,6 +126,10 @@ jobs: needs: [create-release, build-release] runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 1 - name: Publish Release env: GH_TOKEN: ${{ github.token }}