diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de770adf1..aea2c2735 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,6 +117,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 # Fetch all history for tags - name: Set up Go uses: actions/setup-go@v5