We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3320d97 commit 80b26d4Copy full SHA for 80b26d4
1 file changed
.github/workflows/ci.yml
@@ -23,6 +23,9 @@ jobs:
23
steps:
24
- name: Check out repository
25
uses: actions/checkout@v5
26
+ with:
27
+ fetch-depth: 0
28
+ submodules: recursive
29
30
- name: Install GitVersion
31
uses: gittools/actions/gitversion/setup@v4
0 commit comments