1 parent 6dd6ec5 commit a32a965Copy full SHA for a32a965
1 file changed
.github/workflows/ci-cd.yml
@@ -22,6 +22,8 @@ jobs:
22
NEXT_VERSION_TO_RELEASE: ${{ steps.compute_next_version.outputs.NEXT_VERSION_TO_RELEASE }}
23
steps:
24
- uses: actions/checkout@v4
25
+ with:
26
+ fetch-depth: 0
27
- name: install node ecosystem
28
run: |
29
corepack --version
0 commit comments