We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdddb9 commit 6f62c31Copy full SHA for 6f62c31
.github/workflows/publish.yml
@@ -15,6 +15,8 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: 0
20
21
- uses: actions/setup-python@v4
22
with:
0 commit comments