diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 861d306..1e113b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: 0 - name: Set up Go uses: actions/setup-go@v4