diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1fea7860..2a954478 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v5 with: submodules: recursive - fetch-tags: true + fetch-depth: 0 - name: Premake generate working-directory: ${{ github.workspace }}