From 122aae364d60f4bf05e76cb04a97dcf3b33d4a78 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Fri, 20 Sep 2024 21:35:05 -0400 Subject: .github/workflows/release.yml: make checkout have all history --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe15fa0..d038235 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + fetch-depth: 0 - uses: actions/setup-go@v5 with: go-version: '1.23' -- cgit v1.2.3