Skip to content

Commit 9833a41

Browse files
committed
Fix dev package release
1 parent bd715d6 commit 9833a41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- name: Checkout code
2727
uses: actions/checkout@v5
28+
with:
29+
fetch-depth: 0
2830

2931
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3032
id: python

0 commit comments

Comments
 (0)