diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index b1319c6..755717f 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -24,6 +24,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ matrix.source.branch }} + fetch-depth: 0 fetch-tags: true - name: Set up Go