Skip to content

Commit 0389cd2

Browse files
committed
ci: fetch full history when building to generate nightly changelog
1 parent f5f1591 commit 0389cd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
# Install dependencies.
7171
- name: git clone
7272
uses: actions/checkout@v3
73+
with:
74+
fetch-depth: 0
7375

7476
- uses: actions/setup-python@v4
7577
with:

0 commit comments

Comments
 (0)