Parcourir la source

fix: pull all history to fillful git describe

Steve Johnson il y a 2 ans
Parent
commit
f2de7bb124
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/build-release.yaml

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

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