We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d44c2 commit 9a932c4Copy full SHA for 9a932c4
.github/workflows/ci.yaml
@@ -21,6 +21,8 @@ jobs:
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v4
24
+ with:
25
+ fetch-tags: true
26
27
- uses: actions/setup-python@v5
28
with:
0 commit comments