diff --git a/.github/workflows/android_release.yml b/.github/workflows/android_release.yml index 454839b..c007fc6 100644 --- a/.github/workflows/android_release.yml +++ b/.github/workflows/android_release.yml @@ -44,7 +44,7 @@ jobs: - name: Get all tags for correct version determination working-directory: ${{ github.workspace }} run: | - git fetch --all --tags -f + git fetch --all --tags -f --depth 1 - name: Install Qt uses: jurplel/install-qt-action@v3 diff --git a/.github/workflows/linux_release.yml b/.github/workflows/linux_release.yml index c4b4895..19fe178 100644 --- a/.github/workflows/linux_release.yml +++ b/.github/workflows/linux_release.yml @@ -34,7 +34,7 @@ jobs: - name: Get all tags for correct version determination working-directory: ${{ github.workspace }} run: | - git fetch --all --tags -f + git fetch --all --tags -f --depth 1 - name: Install Qt uses: jurplel/install-qt-action@v3 diff --git a/.github/workflows/macos_release.yml b/.github/workflows/macos_release.yml index b2da1b5..4576148 100644 --- a/.github/workflows/macos_release.yml +++ b/.github/workflows/macos_release.yml @@ -34,7 +34,7 @@ jobs: - name: Get all tags for correct version determination working-directory: ${{ github.workspace }} run: | - git fetch --all --tags -f + git fetch --all --tags -f --depth 1 - name: Install Qt uses: jurplel/install-qt-action@v3 diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index 301b986..8c4352d 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -34,7 +34,7 @@ jobs: - name: Get all tags for correct version determination working-directory: ${{ github.workspace }} run: | - git fetch --all --tags -f + git fetch --all --tags -f --depth 1 - name: Install Qt uses: jurplel/install-qt-action@v3