We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd715d6 commit 9833a41Copy full SHA for 9833a41
.github/workflows/release.yml
@@ -25,6 +25,8 @@ jobs:
25
steps:
26
- name: Checkout code
27
uses: actions/checkout@v5
28
+ with:
29
+ fetch-depth: 0
30
31
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
32
id: python
0 commit comments