Skip to content

Commit

Permalink
ci: use fetch-depth 0 for covector
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Feb 22, 2024
1 parent 1a94c78 commit fb20307
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -48,4 +50,4 @@ jobs:
commit-message: 'apply version updates'
labels: 'version updates'
branch: 'release'
body: ${{ steps.covector.outputs.change }}
body: ${{ steps.covector.outputs.change }}

0 comments on commit fb20307

Please sign in to comment.