Skip to content

Commit 368c2a2

Browse files
committed
Maybe also fetch tags in action for version
1 parent 0f2b84b commit 368c2a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v4
13+
with:
14+
fetch-tags: true
1315
- uses: actions/setup-python@v1
1416
# - name: Install gcovr
1517
# run: pip3 install gcovr==5.0

0 commit comments

Comments
 (0)