Skip to content

Commit 89d3a45

Browse files
authored
Merge pull request #98 from QuantEcon/add-fetch-depth-checkout
Add fetch-depth: 0 to checkout actions for changelog support
2 parents 4fc132f + f7c6635 commit 89d3a45

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)