Skip to content

Commit 506c075

Browse files
committed
Add fetch-depth: 0 to checkout action for changelog support
1 parent 93c6040 commit 506c075

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v5
11+
with:
12+
fetch-depth: 0
1113
- name: Setup Anaconda
1214
uses: conda-incubator/setup-miniconda@v3
1315
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v5
13+
with:
14+
fetch-depth: 0
1315
- name: Setup Anaconda
1416
uses: conda-incubator/setup-miniconda@v3
1517
with:

0 commit comments

Comments
 (0)