We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f46ad2 commit 92b1221Copy full SHA for 92b1221
.github/workflows/release.yml
@@ -18,6 +18,9 @@ jobs:
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
21
+ with:
22
+ # all history is needed to crawl it properly
23
+ fetch-depth: 0
24
- name: Set up Python
25
uses: actions/setup-python@v5
26
with:
.github/workflows/test-release.yaml
@@ -15,6 +15,9 @@ jobs:
15
16
17
.github/workflows/test.yml
@@ -25,6 +25,9 @@ jobs:
27
28
29
30
31
32
33
0 commit comments