Skip to content

Commit 205d2f2

Browse files
committed
Fix to get our CI working again since we rely on parsing tags.
See #3259 attempts for more details Signed-off-by: Christopher Petito <[email protected]>
1 parent b6464db commit 205d2f2

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
@@ -62,6 +62,9 @@ jobs:
6262

6363
steps:
6464
- uses: actions/checkout@v4
65+
with:
66+
fetch-depth: 0
67+
fetch-tags: true
6568
- name: make ${{ matrix.variant }}
6669
run: |
6770
docker logout

0 commit comments

Comments
 (0)