From 24854727cb59da346e3423d96edd297bf33c166b Mon Sep 17 00:00:00 2001 From: Eugene Khabarov Date: Sun, 10 Dec 2023 23:42:08 -0500 Subject: [PATCH] Update ci.yaml: realease. --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 555a53f..40bdb63 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,6 +87,8 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Prepare release notes and artifacts run: .github/workflows/release_prep.sh ${{ needs.bumper.outputs.version }} > release_notes.txt