ci: use fetch-depth 0 for covector

This commit is contained in:
Amr Bashir
2024-02-22 02:13:18 +02:00
committed by GitHub
parent 1a94c7801f
commit fb20307dff

View File

@@ -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 }}
body: ${{ steps.covector.outputs.change }}