Skip to content

Commit c87ae5e

Browse files
authored
ci: also fetch tags and history to allow fetching version
1 parent 6790dd7 commit c87ae5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

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

1111
steps:
1212
- uses: actions/checkout@v3.5.2
13+
with:
14+
fetch-tags: true
15+
fetch-depth: '25'
1316

1417
#workaround for the github checkout not fully working right with containers
1518
#see : https://github.com/actions/checkout/issues/2031

0 commit comments

Comments
 (0)