Skip to content

Commit cdd4702

Browse files
feat(deploy-production): fetch-dept
1 parent fc9a0af commit cdd4702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v4
4545
with:
46-
fetch-depth: 1
46+
fetch-depth: "0"
4747

4848
- name: Cleanup runner disk
4949
uses: ./.github/actions/cleanup-disk # Cleanup machine before starting the build

0 commit comments

Comments
 (0)