From e13621f6da4049221636a0b3ef3ad0f0fea70f39 Mon Sep 17 00:00:00 2001 From: Eugene Khabarov Date: Sun, 10 Dec 2023 23:43:47 -0500 Subject: [PATCH] Update ci.yaml: realease. (#5) --- .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