From fb20307dff31f7b440643357c1d1f4c5195aaeec Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Thu, 22 Feb 2024 02:13:18 +0200 Subject: [PATCH] ci: use fetch-depth 0 for covector --- .github/workflows/covector-version-or-publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index a3f38a6..9f7c489 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -20,6 +20,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: cargo login run: cargo login ${{ secrets.ORG_CRATES_IO_TOKEN }} @@ -48,4 +50,4 @@ jobs: commit-message: 'apply version updates' labels: 'version updates' branch: 'release' - body: ${{ steps.covector.outputs.change }} \ No newline at end of file + body: ${{ steps.covector.outputs.change }}