소스 검색

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