We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39609db commit 0e444ebCopy full SHA for 0e444eb
1 file changed
.github/workflows/release.yml
@@ -19,6 +19,9 @@ jobs:
19
steps:
20
- name: Checkout code
21
uses: actions/checkout@v3
22
+ with:
23
+ fetch-depth: 0
24
+ fetch-tags: true
25
26
- name: Configure Python
27
uses: actions/setup-python@v4
0 commit comments