We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779b986 commit c7c7b89Copy full SHA for c7c7b89
2 files changed
.github/workflows/standalone_publish.yml
@@ -84,7 +84,7 @@ jobs:
84
# Specify whether to remove untracked files before checking out the repository:
85
clean: false
86
87
- # Fetch all history to allowfor generation of changelogs:
+ # Fetch all history to allow for changelog generation:
88
fetch-depth: 0
89
90
# Specify whether to download Git-LFS files:
.github/workflows/standalone_publish_custom.yml
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
+ # Fetch all history to allow for generation of changelogs:
95
96
97
0 commit comments