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 }}