浏览代码

fix: pull all history to fillful git describe

Steve Johnson 2 年之前
父节点
当前提交
f2de7bb124
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/build-release.yaml

+ 2 - 0
.github/workflows/build-release.yaml

@@ -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