diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 94a5eba..feaf3c0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -251,6 +251,9 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v3 + with: + # Needed to get older tags + fetch-depth: 0 - uses: actions/setup-go@v3 with: