diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c5af4938..9b035483 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,8 +20,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-tags: true + + # Workaround for actions/checkout#1467 + - name: Fetch tags + run: | + git fetch --tags --depth 1 --force - name: Echo Go Cache Paths id: go-cache-paths