diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb0d210..ff2f623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 + - run: git fetch --prune --unshallow --tags - name: Set up Go uses: actions/setup-go@v3