We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd99c7d commit 6641f51Copy full SHA for 6641f51
2 files changed
.github/workflows/standalone_publish_custom.yml
@@ -91,7 +91,7 @@ jobs:
91
# Specify whether to remove untracked files before checking out the repository:
92
clean: false
93
94
- # Fetch all history to allow for generation of changelogs:
+ # Fetch all history to allow for changelog generation:
95
fetch-depth: 0
96
97
# Specify whether to download Git-LFS files:
.github/workflows/standalone_push_changes.yml
@@ -59,8 +59,8 @@ jobs:
59
60
61
62
- # Limit clone depth to the most recent 100 commits:
63
- fetch-depth: 100
+ fetch-depth: 0
64
65
66
lfs: false
0 commit comments