Skip to content

Commit f7c6635

Browse files
committed
Add fetch-depth: 0 to checkout actions for changelog support
1 parent 753de32 commit f7c6635

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v4
9+
with:
10+
fetch-depth: 0
911
- name: Setup Anaconda
1012
uses: conda-incubator/setup-miniconda@v3
1113
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@v4
13+
with:
14+
fetch-depth: 0
1315
- name: Setup Anaconda
1416
uses: conda-incubator/setup-miniconda@v3
1517
with:

0 commit comments

Comments
 (0)