We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c731a33 commit c094f49Copy full SHA for c094f49
.github/workflows/ci.yml
@@ -5,6 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v5
8
+ with:
9
+ fetch-depth: 0 # Fetch full git history for changelog feature
10
- name: Setup Anaconda
11
uses: conda-incubator/setup-miniconda@v3
12
with:
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
13
14
15
16
17
0 commit comments