Fix git describe not fetching version tag

This commit is contained in:
vit9696 2021-09-15 21:02:59 +03:00
parent 14c2231500
commit ed046aebf5

@ -279,6 +279,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
# Doing this to ensure correct git-version generation.
fetch-depth: 0
submodules: false
- name: Fetch tests