Skip to content

Commit 0e444eb

Browse files
committed
Update release workflow
1 parent 39609db commit 0e444eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@v3
22+
with:
23+
fetch-depth: 0
24+
fetch-tags: true
2225

2326
- name: Configure Python
2427
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)