Skip to content

Commit a32a965

Browse files
committed
ci: increase fetch depth for accurate versioning
1 parent 6dd6ec5 commit a32a965

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
NEXT_VERSION_TO_RELEASE: ${{ steps.compute_next_version.outputs.NEXT_VERSION_TO_RELEASE }}
2323
steps:
2424
- uses: actions/checkout@v4
25+
with:
26+
fetch-depth: 0
2527
- name: install node ecosystem
2628
run: |
2729
corepack --version

0 commit comments

Comments
 (0)