From c5d518091f397d7cacc73c14c648716a002ec70d Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 28 Jun 2024 08:25:44 +0300 Subject: [PATCH] Revert change. --- .github/workflows/windows.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 009cecd0a..d9895cfdc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -36,14 +36,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 with: - fetch-depth: 1 - #-- done manually in bash below, because https://github.com/actions/checkout/issues/1467 - #fetch-tags: true - - - name: Setup variables -- changelog from tag annotation message - if: startsWith(github.ref, 'refs/tags/') - run: | - git fetch origin --deepen=1 +refs/tags/$TAG:refs/tags/$TAG + fetch-tags: true - name: Install Qt uses: jurplel/install-qt-action@v3