We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82f660 commit 29ba25fCopy full SHA for 29ba25f
.github/workflows/release.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v4
16
+ with:
17
+ fetch-depth: 0
18
- name: Set up Python 3.10
19
uses: actions/setup-python@v4
20
with:
0 commit comments