diff --git a/.github/workflows/create-update-issues.yaml b/.github/workflows/create-update-issues.yaml index 50243526aca..a24a3664b81 100644 --- a/.github/workflows/create-update-issues.yaml +++ b/.github/workflows/create-update-issues.yaml @@ -14,9 +14,8 @@ jobs: steps: - name: Checkout head uses: actions/checkout@v4 - with: - fetch-tags: true - + - name: Fetch tags + run: git fetch --prune --unshallow --tags - name: Create Issues env: GH_TOKEN: ${{ secrets.CORE_CREATE_UPDATE_ISSUES_TOKEN }}