fix: pull all history to fillful git describe

This commit is contained in:
Steve Johnson 2023-10-22 21:15:41 +08:00
parent 2d1011694c
commit f2de7bb124

View File

@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Checkout submodules
run: git submodule update --init --recursive --remote