diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68771c8..a2fffaa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,9 @@ jobs: go-version: ^1.21 - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 + with: + fetch-depth: 0 # https://github.com/orgs/community/discussions/26686 - name: Branch name