diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index c9ecf00f12..b272b8b75c 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -91,6 +91,8 @@ jobs: permissions: "write-all" steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - run: git fetch --force --tags - uses: actions/setup-go@v5 with: