From b27b7957121993f39eb3da5beec8de3acc16925e Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Tue, 19 Jul 2022 11:53:34 -0700 Subject: [PATCH] Fix release step --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bb3422e..d3c124d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,12 @@ jobs: name: Release runs-on: ubuntu-20.04 if: ${{ startsWith(github.ref, 'refs/tags/') }} + needs: build steps: + - name: Checkout Repository + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Publish Release Notes uses: release-drafter/release-drafter@v5 with: