We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6464db commit 205d2f2Copy full SHA for 205d2f2
1 file changed
.github/workflows/ci.yml
@@ -62,6 +62,9 @@ jobs:
62
63
steps:
64
- uses: actions/checkout@v4
65
+ with:
66
+ fetch-depth: 0
67
+ fetch-tags: true
68
- name: make ${{ matrix.variant }}
69
run: |
70
docker logout
0 commit comments