Skip to content

Commit 058f1dc

Browse files
ci: fix setuptools_scm version extract
Part of #198
1 parent 6df3a77 commit 058f1dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/packing.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323

2424
steps:
2525
- name: Clone the connector repo
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
27+
# Checkout all tags for correct version computation
28+
with:
29+
fetch-depth: 0
2730

2831
- name: Setup Python and basic packing tools
2932
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)