Skip to content

Commit

Permalink
ci: use fetch-depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Feb 22, 2024
1 parent 923085b commit 3386a02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +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 +49,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 3386a02

Please sign in to comment.